PdfFormFieldFacade.AcroForm Property
In This Article
Retrieves the AcroForm that contains the form field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfAcroFormFacade AcroForm { get; }
#Property Value
Type | Description |
---|---|
Pdf |
An object that exposes methods used to organize Acro |
See Also