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

CustomFormatReader.SetFrameCount Method

Sets the maximum possible frame count supported by this codec.

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

Syntax

Visual Basic
Protected Friend Sub SetFrameCount ( _
	count As Integer _
)
C#
protected internal void SetFrameCount(
	int count
)

Parameters

count

Type: System.Int32

Number of frames which can be stored in files of this format.

Remarks

This method should be called when the file is being opened.

See Also

Reference