Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / HighlightingMode Enumeration

In This Topic
    HighlightingMode Enumeration
    In This Topic
    Specifies the possible highlighting modes for various annotations, LinkAnnotation etc.
    Syntax
    'Declaration
     
    Public Enum HighlightingMode 
       Inherits System.Enum
    public enum HighlightingMode : System.Enum 
    Members
    MemberDescription
    InvertInvert the contents of the annotation rectangle.
    NoneNo highlighting.
    OutlineInvert the annotation’s border.
    PushDisplay the annotation as if it were being pushed below the surface of the page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Annotations.HighlightingMode

    See Also