This documentation is for the old version. Go to the latest Graphics Mill docs

IFormatReader.IsFrameSeekable Property

Check whether the reader supports random access to frames.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
ReadOnly Property IsFrameSeekable As Boolean
C#
                bool IsFrameSeekable { get; }

Property Value

true if the file contains a seek index, and false otherwise.

Remarks

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.

See Also

Reference

Manual