Check whether the reader supports random access to frames.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
ReadOnly Property IsFrameSeekable As Boolean
bool IsFrameSeekable { get; }
Some multi-frame file formats does not allow random access. To get a frame from a file of this format, you should get all previous frames.