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

PreLoadedFrame.Index Property

Returns frame index in the format reader (if applicable).

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

Syntax

Visual Basic
Public Overrides ReadOnly Property Index As Integer
C#
public override int Index { get; }

Property Value

Frame index in the format reader.

Implements

IFrame.Index

See Also

Reference