PdfWidgetAnnotation.HighlightingMode Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAnnotationHighlightingMode HighlightingMode { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
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