[This is preliminary documentation and is subject to change.]
The RadPdfApi Class is used to interface a web application with a RadPdfWebControl instance using client side JavaScript.
Methods
| Name | Description | |
|---|---|---|
| addEventListener Method | Attach an event listener to RadPdfWebControl | |
| download Method | Download RadPdfWebControl document | |
| getKey Method | Get the document key of RadPdfWebControl | |
| getPageCount Method | Get RadPdfWebControl document's page count | |
| getPageCurrent Method | Get RadPdfWebControl document's current page | |
| getPageZoom | Get RadPdfWebControl document's current page zoom level | |
| print Method | Show print dialog for RadPdfWebControl document | |
| refresh Method | Refresh the RadPdfWebControl viewer | |
| save Method | Save RadPdfWebControl contents before PostBack | |
| setPageCurrent Method | Goto a specific page in a RadPdfWebControl document | |
| setPageZoom Method | Set RadPdfWebControl document's current page zoom level | |
| setFormHighlight Method | Show or hide RadPdfWebControl form field highlights |