PdfAppearanceState
Off Property
|
Gets or sets the inactive state.
Namespace:
Spire.Pdf.Annotations.Appearance
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTemplate Off { get; set; }
Public Property Off As PdfTemplate
Get
Set
public:
property PdfTemplate^ Off {
PdfTemplate^ get ();
void set (PdfTemplate^ value);
}
member Off : PdfTemplate with get, set
Property Value
Type:
PdfTemplate
Theobject specifies an inactive state template.
See Also