Name | Description | |
---|---|---|
![]() | PdfJsApp | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | PdfJsApp | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | ActionExecutor | Gets or sets the JavaScript action executor of this application object. |
![]() | activeDocs | Gets an array containing the Doc object for each active document. |
![]() | DocumentSet | Gets the document set of this application object. |
![]() | platform | Gets the platform that the script is currently executing on. |
![]() | viewerType | Gets a string that indicates which viewer application is running. |
![]() | viewerVariation | Gets the string that indicates the packaging of the running viewer application. |
![]() | viewerVersion | Gets the version number of the current viewer application. |
Name | Description | |
---|---|---|
![]() | alert | Displays an alert dialog box. |
![]() | beep | Causes the system to play a sound. |
![]() | DoUIAction | Performs the User Interface action. |
![]() | ExecuteAction | Executes an action. |
![]() | GetDoc | Returns the PdfJsDoc object associated with the specified PDF document. |
![]() | GetFocusedPageIndex | Returns an index of the focused page in viewer. |
![]() | getString | Returns the string resource for specified key. |
![]() | PrintDoc | Prints all or a specific number of pages of specified document. |
![]() | SetFocusedPageIndex | Sets the focused PDF page in image viewer. |
![]() | ShowBrowseForFileToSubmitDialog | Shows the dialog that allows to browse for file to submit. |
Name | Description | |
---|---|---|
![]() | CreateJsDoc | Creates the JS "Doc" object instance. |
![]() | OnActiveDocClosing | Raises the ActiveDocClosing event. |
![]() | OnActiveDocOpened | Raises the ActiveDocOpened event. |
![]() | OnUIAction | Raises the UIAction event. |
Name | Description | |
---|---|---|
![]() | ActiveDocClosing | Occurs when active document is closing. |
![]() | ActiveDocOpened | Occurs when active document is opened. |
![]() | UIAction | Occurs when user interface action performs. |