 | SubFormChildren Property |
The child form fields
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 or setting elements or clearing.
Namespace: PdfTools.Toolbox.Pdf.FormsAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.6.1+1d1ddee1b750f38b2287c750628b9791d3c49600
Syntaxpublic FieldNodeMap Children { get; }
Property Value
FieldNodeMap
ExceptionsException | Condition |
---|
InvalidOperationException | if the object has already been closed |
See Also