PrintFieldChecked Enum
Lists values that indicate the checked state of a print field in a PDF document.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
NuGet Package: DevExpress.Docs.Pdf
Declaration
Members
| Name | Description |
|---|---|
On
|
The print field is checked. |
Off
|
The print field is unchecked. |
Neutral
|
The checked state is neutral – neither checked nor unchecked. |
Related API Members
The following properties accept/return PrintFieldChecked values:
See Also