PdfImage
ActiveFrame Property
|
Gets or sets the active frame of the image.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Int32
See Also