VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationHighlightingMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationHighlightingMode Enumeration
    In This Topic
    Specifies available highlighting modes of PdfLinkAnnotation or PdfWidgetAnnotation.
    Syntax
    'Declaration
    
    Public Enum PdfAnnotationHighlightingMode
       Inherits System.Enum
    
    
    public enum PdfAnnotationHighlightingMode : System.Enum
    
    
    __value public enum PdfAnnotationHighlightingMode : public System.Enum
    
    
    public enum class PdfAnnotationHighlightingMode : public System.Enum
    
    
    Members
    MemberDescription
    DefaultDefault value - invert the contents of the annotation rectangle.
    NoneNo highlighting.
    InvertInvert the contents of the annotation rectangle (default).
    OutlineInvert the annotation's border.
    PushDisplay the annotation's down appearance.
    Inheritance Hierarchy

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

    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