Specifies the highlight mode for a field.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfHighlightMode
Public Enumeration PdfHighlightMode
public enum class PdfHighlightMode
type PdfHighlightMode

Members

MemberValueDescription
NoHighlighting0
No highlighting.
Invert1
Invert the contents of the field rectangle.
Outline2
Invert the field's border.
Push3
Pushed highlighting.

Remarks

Defaule value is Invert.

See Also