PDFFieldWidgetVisibility¶
Namespace: O2S.Components.PDF4NET.Forms
Supported field widget visibilities.
Inheritance Object → ValueType → Enum → PDFFieldWidgetVisibility
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Visible | 4 | The field widget is visible on the page. |
| Hidden | 6 | The field widget is not visible on the page. |
| VisibleNonPrintable | 0 | The field widget is visible on the page but it does not print. |
| HiddenPrintable | 36 | The field widget is not visible on the page but it prints. |