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

    Gets or sets whether to export the form field if it is associated with a Submit A Form action.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool Export { get; set; }

    Property Value

    Type Description
    Boolean

    true to export the field with a submit-form action; otherwise, false.

    See Also