Click or drag to resize

PdfButtonFieldHighlightMode 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.

A highlighting mode other than Push shall override any Down appearance defined for the annotation.

Default value: Invert.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
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