Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfGraphicsAcroFormTextBoxField.Type Property

Specifies the type of the text box field.

Namespace: DevExpress.Pdf

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

Declaration

public PdfAcroFormTextFieldType Type { get; set; }

Property Value

Type Description
PdfAcroFormTextFieldType

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

See Also