Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.GetJavaScriptAction
Returns the script of a JavaScript Action as string.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 13.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.GetJavaScriptAction"; PDF; Index ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Index | The index for the action to query. Range from 0 to DynaPDF.GetActionCount-1. |
0 |
Result
Returns text or error.
Description
Returns the script of a JavaScript Action as string.The parameter Index must be a valid handle of a JavaScript Action.
See also GetJavaScriptAction function in DynaPDF manual.
See also
- DynaPDF.ChangeJavaScriptAction
- DynaPDF.CheckFieldNames
- DynaPDF.GetActionCount
- DynaPDF.GetJavaScript
- DynaPDF.GetJavaScriptCount
- DynaPDF.GetJavaScriptName
- DynaPDF.New
- DynaPDF.SetFieldName
Release notes
- Version 13.2
Blog Entries
This function checks for a license.
Created 15th April 2023, last changed 15th April 2023