Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfAcroFormTextFieldType Enum

Specifies the type of text field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public enum PdfAcroFormTextFieldType

Members

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.

Remarks

Values listed by this enumeration are used to set the PdfAcroFormTextBoxField.Type and PdfGraphicsAcroFormTextBoxField.Type properties.

See Also