Last active
September 8, 2022 14:42
-
-
Save bjoerntx/e0a01567249eb7ee1b7ca69e61a2b060 to your computer and use it in GitHub Desktop.
test.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tx-document-viewer | |
width="1000px" | |
height="800px" | |
basePath="https://localhost:7128" | |
dock="Window" | |
[toolbarDocked]="true" | |
documentPath="test.docx" | |
[isSelectionActivated]="true" | |
[showThumbnailPane]="true" | |
[userNames]="['qa@textcontrol.com']"> | |
</tx-document-viewer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment