Gets the number of frames in the image.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual int FrameCount { get; }
Public Overridable ReadOnly Property FrameCount As Integer
	Get
public:
virtual property int FrameCount {
	int get ();
}
abstract FrameCount : int with get
override FrameCount : int with get

Property Value

Int32

See Also