The PdfWebControlApi Class exposes the following methods.
Methods
| Name | Description | |
|---|---|---|
| addEventListener Method | Attach an event listener to PdfWebControl. | |
| download Method | Download PdfWebControl document. | |
| getHasUnsavedChanges Method | Get a value representing whether the PdfWebControl document contains unsaved changes. | |
| getKey Method | Get the document key of PdfWebControl. | |
| getPage Method | Get the specified page of the PdfWebControl document. | |
| getPageCount Method | Get the number of pages in the PdfWebControl document. | |
| getPageViewed Method | Get the currently viewed page in the PdfWebControl document. | |
| getView Method | Get the current view state of the PdfWebControl. | |
| print Method | Show print dialog for PdfWebControl document. | |
| refresh Method | Refresh the PdfWebControl viewer. | |
| restorePages Method | Restore original page locations in PdfWebControl document. | |
| save Method | Save PdfWebControl contents. | |
| saveAndWait Method | Save PdfWebControl contents and wait for completion. | |
| searchText Method | Search PDF text. | |
| setMode Method | Set the current client mode for the PdfWebControl. | |
| setView Method | Set PdfWebControl document's current view state (e.g. goto page, zoom to, etc). | |
| showInformationDialog Method | Show the document information dialog for the loaded document. | |
| showSecurityDialog Method | Show the document security settings dialog for the loaded document. | |
| unselectAll Method | Unselect all selected objects in the loaded document. | |
| validateForm Method | Check that all required form fields are completed in the loaded document. |