Back to Devexpress

PdfWidgetAnnotation.HighlightingMode Property

officefileapi-devexpress-dot-pdf-dot-pdfwidgetannotation-02f6481c.md

latest1.7 KB
Original Source

PdfWidgetAnnotation.HighlightingMode Property

Gets the widget annotation’s highlighting mode - the visual effect that shall be used when the mouse button is pressed or held down inside its 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

A PdfAnnotationHighlightingMode enumeration value that represents the widget annotation’s highlighting 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

PdfWidgetAnnotation Class

PdfWidgetAnnotation Members

DevExpress.Pdf Namespace