Skip to main content

PdfAcroFormTextBoxField.Type Property

Specifies the type of the text box field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAcroFormTextFieldType Type { get; set; }

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