GetGlobalJavaScript
Document properties, JavaScript
Description
Retrieves the global JavaScript for the specified package.
Syntax
Delphi
function TPDFlib.GetGlobalJavaScript(Const PackageName: WideString): WideString;ActiveX
Function PDFlib::GetGlobalJavaScript(PackageName As String) As StringDLL
wchar_t * DLGetGlobalJavaScript(int InstanceID, wchar_t * PackageName);Parameters
| PackageName | The JavaScript stored under this package name will be retrieved. |
|---|