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

PdfAcroFormFacade.GetFormField(String) Method

Gets a specific form field’s properties.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFormFieldFacade GetFormField(
    string fullName
)

Parameters

Name Type Description
fullName String

A form field’s name.

Returns

Type Description
PdfFormFieldFacade

An object that contains the form field’s properties.

Remarks

Use one of the PdfAcroFormFacade.Get…FormField methods to obtain a specific form field type’s properties.

Use the PdfAcroFormFacade.GetFields() method to obtain a list of all AcroForm fields. The PdfAcroFormFacade.GetNames() method gets a list of form field names.

See Also