Click or drag to resize
Pdftools logo

FieldNodeMapLookup Method

Access a form field by path

Lookup the form field node given by the identifier path.

Namespace: PdfTools.Toolbox.Pdf.Forms
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.11.0+eb7160cc6b920e36fb1ea2abe5f76809067c0c55
Syntax
C#
public 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.
Exceptions
ExceptionCondition
InvalidOperationExceptionif the document has already been closed
NotFoundExceptionif no form field with this identifier exists
See Also