PDFStandardPrintFieldRole¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Specifies the available values for PDFStandardPrintFieldAttribute.Role property.
Inheritance Object → ValueType → Enum → PDFStandardPrintFieldRole
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| NotSet | 0 | The role is not set. |
| Radiobutton | 1 | Radio button field. |
| Checkbox | 2 | Check box field. |
| Pushbutton | 3 | Push button field. |
| Textbox | 4 | Text box field. |
| Listbox | 5 | List box field. |