PdfAcroFormTextBoxField.Type Property
Specifies the type of the text box field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
PdfAcroFormTextFieldType | A PdfAcroFormTextFieldType enumeration value that represents the text box 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 path to a file. |
See Also