VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationAppearanceStateType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationAppearanceStateType Enumeration
    In This Topic
    Specifies available types of appearance states of an annotation.
    Syntax
    'Declaration
    
    Public Enum PdfAnnotationAppearanceStateType
       Inherits System.Enum
    
    
    public enum PdfAnnotationAppearanceStateType : System.Enum
    
    
    __value public enum PdfAnnotationAppearanceStateType : public System.Enum
    
    
    public enum class PdfAnnotationAppearanceStateType : public System.Enum
    
    
    Members
    MemberDescription
    NormalThe normal appearance that used when the annotation is not interacting with the user.
    RolloverThe rollover appearance that used when the user moves the cursor into the annotation active area without pressing the mouse button.
    DownThe down appearance is used when the mouse button is pressed or held down within the annotation active area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also