 | FieldNodeMapLookup Method |
Access a form field by path
Lookup the form field node given by the identifier path.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.FormsAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.11+448b51188eed077347c3a51591ba80f0b99c42d7
Syntaxpublic FieldNode Lookup(
string identifierPath
)
Parameters
- identifierPath String
-
the identifier path in which sub forms must be delimited by full stops '.'
Return Value
FieldNode
the resulting form field node.
ExceptionsException | Condition |
---|
InvalidOperationException | if the document has already been closed |
NotFoundException | if no form field with this identifier exists |
See Also