GetPageJavaScript
Color, JavaScript, Page properties
Description
Retrieves the JavaScript linked to the specified page event.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetPageJavaScript(ActionType: WideString): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetPageJavaScript(
ActionType As String) As String
DLL
wchar_t * DPLGetPageJavaScript(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 |
