Back to Devexpress

PdfAcroFormTextBoxField.Type Property

officefileapi-devexpress-dot-pdf-dot-pdfacroformtextboxfield-dcbc89fc.md

latest1.4 KB
Original Source

PdfAcroFormTextBoxField.Type Property

Specifies the type of the text box field.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAcroFormTextFieldType Type { get; set; }
vb
Public Property Type As PdfAcroFormTextFieldType

Property Value

TypeDescription
PdfAcroFormTextFieldType

A PdfAcroFormTextFieldType enumeration value that represents the text box field type.

|

Available values:

NameDescription
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

PdfAcroFormTextBoxField Class

PdfAcroFormTextBoxField Members

DevExpress.Pdf Namespace