The TXDocument
TXDocumentViewer| Method | Description |
|---|---|
| add |
The add |
| cancel |
Cancels a currently active search process. |
| download |
Downloads the current document as an Adobe PDF document. |
| find | Finds a string in the currently loaded document. |
| load |
Loads a document from memory into the Document |
| lock |
Locks the zoom to 100%. |
| next |
Moves to the next found search result and scrolls the Document |
| print |
Prints the content of the document using browser printing functionality. |
| save |
Saves the loaded document in a specific format and with certain settings. |
| scroll |
Scrolls to the specific page in the currently loaded document. |
| toggle |
Toggles between the browser full screen mode and the normal docked mode of the Document |
| toggle |
Toggles the line text selection functionality of the Document |
| toggle |
Toggles the display of the document thumbnail sidebar of the Document |
| toggle |
Toggles the visibility of the undocked toolbar. |
| Property | Description |
|---|---|
| annotations | Provides functionalities for working with Annotations. |
| forms | Provides functionalities for working with forms. |
| toolbar | Provides functionalities for controlling the toolbar. |
| tracked |
Provides functionalities for working with tracked changes. |
Learn more about the Javascript: TXDocument