| ChoiceFieldAddNewItem Method |
Creates a new choice item.
The item is automatically added to the choice field's
Items.
Namespace: PdfTools.Toolbox.Pdf.FormsAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
Syntax public ChoiceItem AddNewItem(
string displayName
)
Parameters
- displayName String
-
this item's display name
Return Value
ChoiceItem
the newly created choice item
Exceptions Exception | Condition |
---|
InvalidOperationException | if the object has already been closed |
InvalidOperationException | if the form field has widgets |
NotSupportedException | the document is read-only |
See Also