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.FourHeights.PdfToolbox.Pdf.Forms
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
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