Class PdfAppearanceState
Represents the states of an annotation's appearance.
Inheritance
System.Object
PdfAppearanceState
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class PdfAppearanceState : Object, IPdfWrapper
Constructors
PdfAppearanceState()
Initializes a new instance of the PdfAppearanceState class.
Declaration
public PdfAppearanceState()
Properties
Off
Gets or sets the inactive state.
Declaration
public PdfTemplate Off { get; set; }
Property Value
Type | Description |
---|---|
PdfTemplate | The PdfTemplate object specifies an inactive state template. |
OffMappingName
Gets or sets the mapping name of the inactive state.
Declaration
public string OffMappingName { get; set; }
Property Value
Type | Description |
---|---|
System.String | String specifies the mapping name of the inactive state. |
On
Gets or sets the active state template.
Declaration
public PdfTemplate On { get; set; }
Property Value
Type | Description |
---|---|
PdfTemplate | The PdfTemplate object specifies an active state template. |
OnMappingName
Gets or sets the mapping name of the active state.
Declaration
public string OnMappingName { get; set; }
Property Value
Type | Description |
---|---|
System.String | String specifies the mapping name of the active state. |