Table of Contents

Class PdfExtendedAppearance

Namespace
Syncfusion.Pdf.Interactive
Assembly
Syncfusion.Pdf.Portable.dll

Represents extended appearance of the annotation. It has two states such as On state and Off state.

public class PdfExtendedAppearance
Inheritance
PdfExtendedAppearance
Inherited Members

Constructors

PdfExtendedAppearance()

Initializes a new instance of the PdfExtendedAppearance class.

public PdfExtendedAppearance()

Properties

MouseHover

Gets the appearance when mouse is hovered.

public PdfAppearanceState MouseHover { get; }

Property Value

PdfAppearanceState

The PdfAppearanceState object specifies the annotation appearance when the mouse is hovered on it.

Normal

Gets the normal appearance of the annotation.

public PdfAppearanceState Normal { get; }

Property Value

PdfAppearanceState

The PdfAppearanceState object specifies the normal appearance of the annotation.

Pressed

Gets the pressed state annotation.

public PdfAppearanceState Pressed { get; }

Property Value

PdfAppearanceState

The appearance in pressed state.