TXTextControl.Web.DocumentViewer 34.1.0

Prefix Reserved
dotnet add package TXTextControl.Web.DocumentViewer --version 34.1.0
                    
NuGet\Install-Package TXTextControl.Web.DocumentViewer -Version 34.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TXTextControl.Web.DocumentViewer" Version="34.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TXTextControl.Web.DocumentViewer" Version="34.1.0" />
                    
Directory.Packages.props
<PackageReference Include="TXTextControl.Web.DocumentViewer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TXTextControl.Web.DocumentViewer --version 34.1.0
                    
#r "nuget: TXTextControl.Web.DocumentViewer, 34.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TXTextControl.Web.DocumentViewer@34.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TXTextControl.Web.DocumentViewer&version=34.1.0
                    
Install as a Cake Addin
#tool nuget:?package=TXTextControl.Web.DocumentViewer&version=34.1.0
                    
Install as a Cake Tool

TXTextControl® Document Viewer Component

View, sign and annotate documents in your web applications

Add document viewing, sharing and collaboration to your applications. Integrate electronic signatures into your on-prem applications and sign all types of supported documents.

📦 Dependencies

This package requires the following assemblies, which are not included in this NuGet package:

  • TXDocumentServer.Core.dll
  • TXTextControl.Core.dll
  • TXTextControl.Server.Core.dll
  • TXBarcode.dll
  • TXDrawing.dll

Notes

  • Make sure the matching version of TX Text Control is installed.
  • Since these dependencies are not resolved via NuGet, they must be provided manually or through a separate setup.

🚀 Getting Started

Hosting the Document Viewer

  • ASP.NET Core - Setup and configure the backend.
// File: Startup.cs
public void Configure(IApplicationBuild app) {
//...
            app.UseRouting();
            //...
            app.UseTXDocumentViewer();
//...
}
  • ASP.NET MVC - The backend for the Document Viewer is already setup and ready to use.

Using the Document Viewer

Use the HTML Helper for initializing and rendering the Document Viewer.

@Html.TXTextControl().DocumentViewer(settings =>
 {
     settings.DocumentPath = Server.MapPath("~/App_Data/Documents/nda.tx");
     settings.Dock = DocumentViewerSettings.DockStyle.Fill;
     settings.IsSelectionActivated = true;
     settings.ShowThumbnailPane = true;
 }).Render()

Additional supported platforms:

❓ Help Resources

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
34.1.0 678 12/3/2025
34.0.0 345 11/10/2025
33.3.1 723 9/1/2025
33.3.0 674 8/18/2025
33.2.1 185 7/30/2025
33.2.0 905 6/26/2025
33.1.0 1,523 5/7/2025
33.0.0 1,795 3/13/2025
32.5.0 313 5/7/2025
32.4.0 4,529 9/9/2024
32.3.1 503 8/8/2024
32.3.0 4,477 4/29/2024
32.2.1 695 3/13/2024
32.2.0 6,991 1/26/2024
32.1.1 605 12/21/2023
32.1.0 1,039 11/22/2023
32.0.2 416 10/19/2023
32.0.1 996 9/13/2023
31.3.1 2,373 7/14/2023
31.3.0 751 6/22/2023
31.2.3 794 5/8/2023
31.2.2 864 3/29/2023
31.2.2-RC.1 244 3/17/2023
31.2.1 908 2/27/2023
31.1.1 1,011 12/20/2022
31.1.0 623 12/16/2022
31.0.1 3,093 10/12/2022
31.0.0 34,825 9/7/2022
30.0.406.500-RC.1 266 5/23/2022
30.0.405.500 8,852 3/14/2022
30.0.404.500 867 3/8/2022
30.0.403.500 1,100 2/10/2022
30.0.402.500 999 2/2/2022
30.0.401.500 1,409 1/19/2022
30.0.400.500 3,185 11/29/2021
29.0.302.500 4,359 7/26/2021
29.0.301.500 3,079 3/3/2021
29.0.300.500 3,852 12/8/2020
28.0.212.500 2,188 9/4/2020
28.0.211.500 956 8/28/2020
28.0.210.500 836 8/24/2020
28.0.207.500 1,017 8/17/2020
28.0.206.500 875 8/11/2020
28.0.204.500 930 7/30/2020
28.0.203.500 1,086 6/26/2020
28.0.202.500 3,126 5/6/2020
28.0.201.500 909 4/24/2020
28.0.200.500 990 4/8/2020
28.0.11.500 1,291 3/17/2020
27.0.10.500 879 3/3/2020
27.0.9.500 1,258 1/2/2020
27.0.8.500 939 12/12/2019
27.0.7.500 973 10/30/2019
27.0.6.500 805 10/22/2019
27.0.5.500 850 10/18/2019
27.0.4.500 810 10/17/2019
27.0.3.500 1,317 8/7/2019
27.0.2.500 1,127 6/17/2019
27.0.1.500 2,002 5/28/2019
26.0.1.500 2,793 11/14/2018
25.0.9.500 1,141 10/18/2018
25.0.8.500 1,478 8/1/2018
25.0.7.500 1,346 7/11/2018
25.0.6.500 1,629 7/3/2018
25.0.5.500 1,625 6/21/2018
25.0.4.500 1,550 6/8/2018
25.0.3.500 2,865 1/24/2018
25.0.2.500 1,610 1/2/2018
24.0.3.500 9,582 10/5/2017
24.0.2.500 1,843 10/4/2017
24.0.1.500 2,538 4/25/2017