Gets or sets the active frame of 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 ActiveFrame { get; set; }
Public Overrides Property ActiveFrame As Integer
	Get
	Set
public:
virtual property int ActiveFrame {
	int get () override;
	void set (int value) override;
}
abstract ActiveFrame : int with get, set
override ActiveFrame : int with get, set

Property Value

Int32
The active frame index.

See Also