Class PdfExtendedAppearance
Represents extended appearance of the annotation. It has two states such as On state and Off state.
Inheritance
System.Object
PdfExtendedAppearance
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfExtendedAppearance : 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. |