menu

WPF

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

    Show / Hide Table of Contents

    Class PdfAppearanceState

    Represents the states of an annotation's appearance.

    Inheritance
    System.Object
    PdfAppearanceState
    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 PdfAppearanceState : IPdfWrapper

    Constructors

    PdfAppearanceState()

    Initializes a new instance of the PdfAppearanceState class.

    Declaration
    public PdfAppearanceState()

    Properties

    Off

    Gets or sets the inactive state.

    Declaration
    public PdfTemplate Off { get; set; }
    Property Value
    Type Description
    PdfTemplate

    The PdfTemplate object specifies an inactive state template.

    OffMappingName

    Gets or sets the mapping name of the inactive state.

    Declaration
    public string OffMappingName { get; set; }
    Property Value
    Type Description
    System.String

    String specifies the mapping name of the inactive state.

    On

    Gets or sets the active state template.

    Declaration
    public PdfTemplate On { get; set; }
    Property Value
    Type Description
    PdfTemplate

    The PdfTemplate object specifies an active state template.

    OnMappingName

    Gets or sets the mapping name of the active state.

    Declaration
    public string OnMappingName { get; set; }
    Property Value
    Type Description
    System.String

    String specifies the mapping name of the active state.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved