PrintFieldRole Enum
Lists values that indicate the role 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 |
|---|---|
RadioButton
|
A print field is a radio button. |
CheckBox
|
A print field is a check box. |
PushButton
|
A print field is a push button. |
TextValueField
|
A print field is a text value field. |
Related API Members
The following properties accept/return PrintFieldRole values:
See Also