Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.DeleteFieldEx
Deletes a field by name.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 5.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.DeleteFieldEx"; PDF; Name ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Name | Full qualified field name. | "FirstName" |
Result
Returns OK or error.
Description
Deletes a field by name.This function deletes an interactive form field by using its full qualified name, that is the name of any parent group field separated by a period (.) plus the field name.
Check boxes of a radio button have no name. It is not possible to delete such a check box by using this function, use DynaPDF.DeleteField instead. However, the entire radio button can be deleted with this function.
See also DeleteFieldEx function in DynaPDF manual.
See also
This function checks for a license.
Created 6th February 2015, last changed 6th February 2015