GetPageJavaScript
Color, JavaScript, Page properties
Description
Retrieves the JavaScript linked to the specified page event.
Syntax
Delphi
function TQuickPDF0813.GetPageJavaScript(ActionType: WideString): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetPageJavaScript(ActionType As String) As String
DLL
wchar_t * QuickPDFGetPageJavaScript(int InstanceID, wchar_t * ActionType)
Parameters
| ActionType |
Retrieves the JavaScript linked to this action: "O" = (capital letter O) This event occurs when the page is opened "C" = This event occurs when the page is closed |