Specifies the highlight mode for a field.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.