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

Property Value

Int32

See Also