Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active April 24, 2017 15:59
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/eab110580bbd87cdd9dfd24c5fd905f2 to your computer and use it in GitHub Desktop.
Save bjoerntx/eab110580bbd87cdd9dfd24c5fd905f2 to your computer and use it in GitHub Desktop.
@Html.TXTextControl().DocumentViewer(settings =>
{
settings.DocumentPath = Server.MapPath("~/App_Data/Demo.rtf");
settings.Dock = DocumentViewerSettings.DockStyle.Window;
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