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 String

DLL

wchar_t * DLGetGlobalJavaScript(int InstanceID, wchar_t * PackageName);

Parameters

PackageNameThe JavaScript stored under this package name will be retrieved.