Click or drag to resize
Pdftools logo

ChoiceItemExportName Property

Export name

This is the name of the item used when exporting.

Namespace: PdfTools.Toolbox.Pdf.Forms
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
Syntax
C#
public string ExportName { get; set; }

Property Value

String
Exceptions
ExceptionCondition
InvalidOperationExceptionif the object has already been closed
NotSupportedException[set] if the owning choice field's document is read-only
See Also