Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 5, 2021 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/2866e471191eeccf91d9360fbb41b7b4 to your computer and use it in GitHub Desktop.
Save bjoerntx/2866e471191eeccf91d9360fbb41b7b4 to your computer and use it in GitHub Desktop.
test.cshtml
<div class="tx-container">
@Html.TXTextControl().DocumentViewer(settings => {
settings.DocumentPath = Server.MapPath("~/App_Data/Documents/invoice_results.docx");
settings.Dock = DocumentViewerSettings.DockStyle.Fill;
settings.IsSelectionActivated = true;
settings.ShowThumbnailPane = false;
settings.UserNames = new string[] { "Tim Typer" };
}).Render()
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment