GlobalJavaScriptPackageName
Document properties, JavaScript
Description
Returns the name of the JavaScript package with the specified index. This package name can be used with the GetGlobalJavaScript function.
Syntax
Delphi
function TQuickPDF0813.GlobalJavaScriptPackageName(Index: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GlobalJavaScriptPackageName(
Index As Long) As String
DLL
wchar_t * QuickPDFGlobalJavaScriptPackageName(int InstanceID, int Index)
Parameters
| Index | The index of the global JavaScript package. The first package has an index of 1. The last package has an index equal to the value returned by the GlobalJavaScriptCount function. |