Skip to main content

PdfOptionsFormFieldOption.ExportText Property

Gets a text that represents the option’s export value.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string ExportText { get; }

Property Value

Type Description
String

A String object that represents the option’s export value.

Remarks

The option’s export value shall be used when exporting interactive form field data from the document.

See Also