New Sample: Printing Watermarks
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.

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
A typical requirement when printing loads of documents is managing the print jobs. A group of separate documents might be subsumed in a single print job. We just published a new sample in our…
New Sample: Printing to Different Paper Trays
We just released a new sample for TX Text Control .NET for Windows Forms. This sample shows how to print specific pages of a document to different paper sources of the current printer. The sample…
Printing into a PrintPreview Control II
In this sample, I explained how to print into a .NET Framework PrintPreviewDialog control. https://github.com/TextControl/ A customized PrintController has been derived from the PrintController…
Printing into a PrintPreview Control
TX Text Control .NET for Windows Forms implements a print preview dialog that can be easily opened using the PrintPreview method. Sometimes, it is necessary to customize the print preview dialog…
Printing Without the Status Dialog
The default print controller of .NET displays a status dialog that shows the status of the printing process like this: 'Page 5 of document' If you want to print without such a print status dialog,…