Specifies the highlight mode for a field.
Namespace: Spire.Pdf.FieldsAssembly: 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
Member | 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.