Skip to main content
All docs
V25.1
  • PdfFormFieldFacade.AcroForm Property

    Retrieves the AcroForm that contains the form field.

    Namespace: DevExpress.Pdf

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