Documents for PDF, .NET Edition Documentation
HighlightingMode Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Annotations Namespace : HighlightingMode Enumeration
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

Reference

GrapeCity.Documents.Pdf.Annotations Namespace