Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfOptionsFormFieldOption.ExportText Property

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

Namespace: DevExpress.Pdf

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