New Sample: Printing Watermarks
TX Text Control 14.0 adds support for printing watermarks by trapping the OnPrintPage event of the PrintDocument class and drawing graphics onto each page. A sample project demonstrates how to render watermarks in both the print preview display and in actual printed output.

Thanks to a new feature of TX Text Control 14.0, it is now possible to print watermarks with TX Text Control. It is possible to trap the OnPrintPage event of the PrintDocument to add graphics to the current page.
I have prepared a sample that shows how to add watermarks to the print preview and how to print them:
Adding watermarks to printed pages
Feel free to contact me, if you have any questions about it.
Related Posts
Batch Printing: How to Print Documents in One Print Job
Batch printing multiple documents as a single print job using TX Text Control relies on a .NET PrintDocument with PrintPage and QueryPageSettings events. Each page is rendered individually via the…
New Sample: Printing to Different Paper Trays
A new TX Text Control .NET for Windows Forms sample demonstrates printing specific document pages to different paper sources on the current printer. The project includes a configurable dialog box…
Printing into a PrintPreview Control II
This follow-up corrects an oversight in the original PrintPreview sample for TX Text Control. After initializing the PrintPreviewDialog with a custom PrintController, the Activated event handler…
Printing into a PrintPreview Control
TX Text Control .NET for Windows Forms provides a built-in PrintPreview method, but the standard .NET PrintPreviewDialog offers broader customization options. This sample shows how to use the…
Printing Without the Status Dialog
The default .NET print controller displays a progress status dialog during printing operations. Replacing PrintControllerWithStatusDialog with StandardPrintController from System.Drawing.Printing…
