Gets the number of frames in the bitmap.

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 override int FrameCount { get; }
Public Overrides ReadOnly Property FrameCount As Integer
	Get
public:
virtual property int FrameCount {
	int get () override;
}
abstract FrameCount : int with get
override FrameCount : int with get

Property Value

Int32
The frame count.

See Also