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

PdfGraphicsAcroFormTextBoxField.Type Property

Specifies the type of the text box field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public PdfAcroFormTextFieldType Type { get; set; }

Property Value

Type Description
PdfAcroFormTextFieldType

A PdfAcroFormTextFieldType enumeration value that represents the text box field type.

See Also