 | ChoiceItemExportName Property |
Export name
This is the name of the item used when exporting.
Namespace: PdfTools.Toolbox.Pdf.FormsAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.11.0+eb7160cc6b920e36fb1ea2abe5f76809067c0c55
Syntaxpublic string ExportName { get; set; }Property Value
String
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | if the object has already been closed |
| NotSupportedException | [set] if the owning choice field's document is read-only |
See Also