Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 3, 2018 08:56
Show Gist options
  • Save bjoerntx/529474a69685524afc5cac19b4858f6b to your computer and use it in GitHub Desktop.
Save bjoerntx/529474a69685524afc5cac19b4858f6b to your computer and use it in GitHub Desktop.
@Html.TXTextControl().DocumentViewer(settings =>
{
settings.DocumentPath = Server.MapPath("~/App_Data/Documents/car_insurance.tx");
settings.Dock = DocumentViewerSettings.DockStyle.Fill;
settings.IsSelectionActivated = true;
settings.ShowThumbnailPane = true;
}).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment