Skip to main content
A newer version of this page is available. .

PdfGraphicsAcroFormTextBoxField.Type Property

Specifies the type of the text box field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Drawing.dll

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 value of this field will be displayed as a plain text.

Password

The value of this field will be displayed in an unreadable form.

FileSelect

The text entered in the field represents the pathname of a file whose contents will be submitted as the value of the field.

See Also