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

PdfFormData.FormFieldType Property

Retrieves the form field type.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFormFieldType FormFieldType { get; }

Property Value

Type Description
PdfFormFieldType

An enumeration value that indicates the form field type.

See Also