Bytescout.PDF for .NET |
Bytescout.PDF library for .NET
- watermarking PDF document with background logo image
Watermarking existing PDF document using PNG logo image
watermark
This example demonstrates how to watermark existing PDF document with PNG logo image using Bytescout.PDF library
using System; namespace HelloWorld // Add new document // Add image to PDF for (uint i = 0; i < 4; i++) // Create new drawing // Save the current graphics state on the graphics state
stack // Create new graphic state // Set fill alpha blending to 30% // Place image // Restore previous graphics state // Closing drawing on the page // open generated PDF document in default PDF viewer installed
in Windows Download example source code: bytescoutpdf_watermarking_pdf_documents_with_logo.zip (80 KB)
"Hello, World!" quick start step-by-step tutorials: |
|
|
||