Skip to main content
All docs
V23.2

PdfFormFieldFacade.AcroForm Property

Retrieves the AcroForm that contains the form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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