C#/VB.NET – How to Print Preview PDF in WinForms

Before you send a PDF document to printer, you may want to preview the printing result in advance. In this article, you will learn how to print preview a PDF document in a Windows Forms application by using PrintPreviewControl and Spire.PDF for .NET. Create a Windows Forms Application The Windows Forms application simply consists of … Continue reading C#/VB.NET – How to Print Preview PDF in WinForms

C#/VB.NTE – Add Text Watermark to PDF Documents

A watermark is a text or image that appears in front of or behind existing content in a document. It is often used to prevent your document from being used illegally. In this article, I am going to introduce how to add one-line or multi-line text watermark to PDF in C# and VB.NET using Spire.PDF … Continue reading C#/VB.NTE – Add Text Watermark to PDF Documents