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

FormatReader.FrameCount Property

Returns number of frames in the format reader.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property FrameCount As Integer
C#
public virtual int FrameCount { get; }

Property Value

Number of frames in the format reader.

See Also

Reference