Click or drag to resize

PdfLinkAnnotationHighlightMode Property

(Optional; PDF 1.2) The annotation's highlighting mode, the visual effect that shall be used when the mouse button is pressed or held down inside its active area.

Default value: Invert.


Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public PdfHighlightMode HighlightMode { get; set; }

Property Value

PdfHighlightMode
The annotation's highlighting mode, the visual effect that shall be used when the mouse button is pressed or held down inside its active area.
Exceptions
ExceptionCondition
NotSupportedExceptionValue Unknown of enumeration PdfHighlightMode is not supported in the requested operation.
See Also