Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfOptionsFormFieldOption.ExportText Property

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

Namespace: DevExpress.Pdf

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

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