Get the frame count of the image

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
int FrameCount { get; }
Visual Basic
ReadOnly Property FrameCount As Integer
	Get
Visual C++
property int FrameCount {
	int get ();
}

Remarks

Images like GIF make contain multiple frames

See Also