Back to Devexpress

PdfLinkAnnotation.HighlightingMode Property

officefileapi-devexpress-dot-pdf-dot-pdflinkannotation-6bf66a1f.md

latest1.5 KB
Original Source

PdfLinkAnnotation.HighlightingMode Property

Gets or sets the annotation’s highlight mode activated when the mouse button is pressed or held down inside the annotation’s active area.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAnnotationHighlightingMode HighlightingMode { get; }
vb
Public ReadOnly Property HighlightingMode As PdfAnnotationHighlightingMode

Property Value

TypeDescription
PdfAnnotationHighlightingMode

Indicates the annotation highlight mode.

|

Available values:

NameDescription
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

PdfLinkAnnotation Class

PdfLinkAnnotation Members

DevExpress.Pdf Namespace