| DocumentFormFields Property |
The form fields of the document
This list contains all AcroForm form fields that belong to this document.
Adding to this list results in an error:
- IllegalState if the list has already been closed
- UnsupportedOperation if the document is read-only
- IllegalArgument
-
if the given form field node is
-
if the given form field node has already been closed
-
if the given form field node does not belong to the same document as the list
-
if the given form field node has already been added to a form field node list
-
if the given form field node's identifier equals an identifier of one of the form field nodes in this list
This list does not support removing elements or setting elements or clearing.
Namespace: PdfTools.Toolbox.PdfAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
Syntax public FieldNodeMap FormFields { get; }
Property Value
FieldNodeMapExceptions Exception | Condition |
---|
InvalidOperationException | if the document has already been closed |
CorruptException | if the document contains corrupt form fields |
See Also