RemoveGlobalJavaScript
Document properties, JavaScript
Version history
This function was introduced in Quick PDF Library version 7.19.
Description
Removes a block of JavaScript from the global JavaScript store.
Syntax
Delphi
function TDebenuPDFLibrary1811.RemoveGlobalJavaScript(
PackageName: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::RemoveGlobalJavaScript(
PackageName As String) As Long
DLL
int DPLRemoveGlobalJavaScript(int InstanceID, wchar_t * PackageName)
Parameters
PackageName | The name that that JavaScript was stored under. |
Return values
0 | The specified package name could not be found |
1 | The JavaScript was removed successfully |