Methods | Name | Description |
---|
| addEventListener Method | Attach an event listener to PdfWebControl. |
| append Method | Append additional PDF (or other supported data) to the end of the PdfWebControl document. |
| download Method | Download PdfWebControl document. |
| getCustomData Method | Gets the custom data for the current document in the PdfWebControl instance. |
| getDocumentInfo Method | Gets the document info (author, subject, title, etc) for the document loaded into the PdfWebControl instance. |
| getDocumentSecurity Method | Gets the document security information (user password, etc) for the current document in the PdfWebControl instance. |
| getDpi Method | Gets a value representing the document DPI (dots per inch) as set by RenderDpi for the current document in the PdfWebControl instance. |
| getField Method | Gets the first PDF form field object in the loaded PdfWebControl document with a given name. |
| getFields Method | Gets an array of PDF form field objects in the loaded PdfWebControl document with a given name (or all). |
| 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. |
| redo Method | Redo the last action undone by the user in the loaded 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. |
| setCustomData Method | Sets the custom data for the current document in the PdfWebControl instance. |
| setDocumentInfo Method | Sets the document information (author, subject, title, etc) for the current document in the PdfWebControl instance. |
| setDocumentSecurity Method | Sets the document security settings (user password, etc) for the current document in the PdfWebControl instance. |
| 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. |
| undo Method | Undo the last action taken by the user in 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. |
See Also