Skip to main content
All docs
V24.1

PdfFormFieldFacade.AcroForm Property

Retrieves the AcroForm that contains the form field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAcroFormFacade AcroForm { get; }

Property Value

Type Description
PdfAcroFormFacade

An object that exposes methods used to organize AcroForms.

See Also