Class PdfExtendedAppearance
Represents extended appearance of the annotation. It has two states such as On state and Off state.
Inheritance
System.Object
PdfExtendedAppearance
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class PdfExtendedAppearance : Object, IPdfWrapper
Constructors
PdfExtendedAppearance()
Initializes a new instance of the PdfExtendedAppearance class.
Declaration
public PdfExtendedAppearance()
Properties
MouseHover
Gets the appearance when mouse is hovered.
Declaration
public PdfAppearanceState MouseHover { get; }
Property Value
Type | Description |
---|---|
PdfAppearanceState | The PdfAppearanceState object specifies the annotation appearance when the mouse is hovered on it. |
Normal
Gets the normal appearance of the annotation.
Declaration
public PdfAppearanceState Normal { get; }
Property Value
Type | Description |
---|---|
PdfAppearanceState | The PdfAppearanceState object specifies the normal appearance of the annotation. |
Pressed
Gets the pressed state annotation.
Declaration
public PdfAppearanceState Pressed { get; }
Property Value
Type | Description |
---|---|
PdfAppearanceState | The appearance in pressed state. |