PdfAcroFormTextBoxField.Type Property
In This Article
Specifies the type of the text box field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAcroFormTextFieldType Type { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
Name | Description |
---|---|
Plain |
The field value is a plain text string. |
Password | The field value is a password. |
File |
The field value is a path to a file. |
See Also