menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfExtendedAppearance - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfExtendedAppearance

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

    Inheritance
    System.Object
    PdfExtendedAppearance
    Implements
    IPdfWrapper
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.UWP.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.

    Explicit Interface Implementations

    IPdfWrapper.Element

    Gets the element.

    Declaration
    IPdfPrimitive IPdfWrapper.Element { get; }
    Returns
    Type
    IPdfPrimitive

    Implements

    IPdfWrapper

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved