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

PdfGraphicsAcroFormTextBoxField.Type Property

Specifies the text form field input type.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public PdfAcroFormTextFieldType Type { get; set; }

Property Value

Type Description
PdfAcroFormTextFieldType

An enumeration value that indicates the input type.

See Also