Back to Devexpress

PdfGraphicsAcroFormTextBoxField.Type Property

officefileapi-devexpress-dot-pdf-dot-pdfgraphicsacroformtextboxfield-c0e78153.md

latest1.3 KB
Original Source

PdfGraphicsAcroFormTextBoxField.Type Property

Specifies the text form field input type.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

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

Property Value

TypeDescription
PdfAcroFormTextFieldType

An enumeration value that indicates the input 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

PdfGraphicsAcroFormTextBoxField Class

PdfGraphicsAcroFormTextBoxField Members

DevExpress.Pdf Namespace