Click or drag to resize

PdfHighlightMode Enumeration

Specifies the highlight mode for a field.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfHighlightMode
Members
Member name Value Description
NoHighlighting 0 No highlighting.
Invert 1 Invert the contents of the field rectangle.
Outline 2 Invert the field's border.
Push 3 Pushed highlighting.
Remarks
Defaule value is Invert.
See Also