Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAnnotationHighlightingMode HighlightingMode { get; }

Property Value

Type Description
PdfAnnotationHighlightingMode

A PdfAnnotationHighlightingMode enumeration value that represents the widget annotation’s highlighting mode.

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