Skip to main content
All docs
V23.2

PdfInteractiveFormField.Export Property

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

Namespace: DevExpress.Pdf

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