PdfAcroFormTextFieldType Enum
Specifies the type of text field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v19.2.Core.dll
Declaration
public enum PdfAcroFormTextFieldType
Public Enum PdfAcroFormTextFieldType
public enum PdfAcroFormTextFieldType
Public Enum PdfAcroFormTextFieldType
public enum PdfAcroFormTextFieldType
Public Enum PdfAcroFormTextFieldType
Members
Name |
Description |
FileSelect |
The text entered in the field represents the pathname of a file whose contents will be submitted as the value of the field.
|
Password |
The value of this field will be displayed in an unreadable form.
|
PlainText |
The value of this field will be displayed as a plain text.
|
See Also