TextBoxField.Type Property
Retrieves the form field type.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| FormFieldTextFieldType | The form field type. |
Available values:
| Name | Description |
|---|---|
| PlainText | The field value is a plain text string. |
| Password | The field value is a password. |
| FileSelect | The field value is a file path. |
See Also