Skip to main content
All docs
V26.1
  • LinkAnnotation.HighlightingMode Property

    Gets or sets the highlighting mode used when users press the link area.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public AnnotationHighlightingMode HighlightingMode { get; set; }

    Property Value

    Type Description
    AnnotationHighlightingMode

    The highlighting mode used when users press the link area.

    Available values:

    Name Description
    None

    No highlight.

    Invert

    Invert the contents of the annotation rectangle.

    Outline

    Invert the annotation’s border.

    Push

    Display the annotation as if it was pushed below the surface of the page.

    Toggle

    Display the annotation’s down appearance.

    See Also