Check whether the reader supports random access to frames.

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

Syntax

Visual Basic

Public Overridable ReadOnly Property IsFrameSeekable As Boolean

C#

public virtual 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.