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