Enum PdfFormFieldHighlightType
Specifies the types of form fields in a PDF document that can be highlighted.
public enum PdfFormFieldHighlightType
Fields
All = 0
CheckBox = 2
ComboBox = 5
ListBox = 6
PushButton = 4
RadioButton = 3
TextField = 1
Remarks
This enumeration is used to indicate the type of form field to which a specific operation or behavior applies. For example, it can be used to determine which form fields should be visually highlighted in a PDF viewer.