Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

DynaPDF.FindField

This function searches for an interactive form field by using the fully qualified field name.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 4.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.FindField"; PDF; Name )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Name The fully qualified field name. "FirstName"

Result

Returns field handle or error.

Description

This function searches for an interactive form field by using the fully qualified field name.
The fully qualified field name is constructed from the partial field name of the field and all of its ancestors. For a field with no parent group field, the partial and fully qualified names are the same. For a field that is the child of another field, the fully qualified name is formed by appending the child field's partial name to the parent's fully qualified name, separated by a period, e.g. "Company.Employee.Name".
Field names are case-sensitive; the name must be specified exactly.

See also FindField function in DynaPDF manual.

See also

Release notes

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 18th August 2014


DynaPDF.FindEmbeddedFile - DynaPDF.FindLinkAnnot

💬 Ask a question or report a problem