Loads a document from memory into the Document
Introduced: X14.
<void> TXDocumentViewer.loadDocument(<string> documentData, <string> documentName);
Parameter | Description |
---|---|
document |
The document encoded as a Base64 string. Supported formats are TX, DOC, DOCX, PDF, RTF and HTML. |
document |
The document name that is displayed in the status bar. |