ServerTextControl and DocumentServer Available in Client Applications
You might have heard of the changes for the client versions of TX Text Control .NET for Windows Forms and WPF. Since version X8, the classes ServerTextControl and DocumentServer.MailMerge can be used within client applications without optional Server and run-time licences. When to Use ServerTextControl? Generally speaking, the ServerTextControl can be used for all processes in the background where no GUI is required. If you need to prepare a document programmatically before it is displayed…

You might have heard of the changes for the client versions of TX Text Control .NET for Windows Forms and WPF. Since version X8, the classes ServerTextControl and DocumentServer.MailMerge can be used within client applications without optional Server and run-time licences.
When to Use ServerTextControl?
Generally speaking, the ServerTextControl can be used for all processes in the background where no GUI is required. If you need to prepare a document programmatically before it is displayed to the end-user, you can use an instance of ServerTextControl to create the document.
The programming interface of TXTextControl.TextControl and TXTextControl.ServerTextControl is the same and you can re-use your existing code. Advantages of using ServerTextControl:
- Better performance
- Must not be visible on a form
- No visible update flicker
In order to use the ServerTextControl, you'll need to add a reference to the TXTextControl.Server.dll and an entry in the licenses.licx file:
TXTextControl.ServerTextControl, TXTextControl.Server, Culture=neutral, PublicKeyToken=6b83fe9a75cfb638
The following code shows how to create an instance of ServerTextControl. An using statement is recommended as the object must be disposed explicitly.
using (TXTextControl.ServerTextControl serverTextControl1
= new TXTextControl.ServerTextControl())
{
serverTextControl1.Create();
...
}
Download the 30-day trial version today and try the other great features of TX Text Control X8.
Related Posts
TX Text Control 33.0 SP3 is Now Available: What's New in the Latest Version
TX Text Control 33.0 Service Pack 3 is now available, offering important updates and bug fixes for all platforms. If you use TX Text Control in your document processing applications, this service…
ASP.NETASP.NET CoreDocument Viewer
High-Performance Text Replacement in Large DOCX Files using C# .NET
Learn how to efficiently replace text in large DOCX files using C# .NET and the ServerTextControl component from Text Control. This article demonstrates the performance benefits of using the…
ASP.NETASP.NET CoreDocument Viewer
Document Viewer 33.2.1 Released: New Event and Bug Fixes
This service pack includes important bug fixes and improvements to enhance the stability and performance of the Document Viewer. In addition, a new event has been introduced to provide developers…
ASP.NETAccessibilityASP.NET Core
Upcoming Support for PDF/UA Compliance and Tagged PDF Generation in Version 34.0
We are happy to announce that version 34.0 will support PDF/UA compliance and the creation of tagged PDF documents. This significant update demonstrates our ongoing commitment to accessibility by…
TX Text Control 33.0 SP2 is Now Available: What's New in the Latest Version
TX Text Control 33.0 Service Pack 2 is now available, offering important updates and bug fixes for all platforms. If you use TX Text Control in your document processing applications, this service…