Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
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
- Version 13.4
- Improved DynaPDF.FindField to better find a field in a group.
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014