Bytescout.PDF for .NET |
Bytescout.PDF library for .NET
- character spacing for text in PDF document
Changing character spacing for text in PDF document
This example demonstrates how to change character spacing parameter for text in PDF document generated with Bytescout.PDF library
using System; namespace HelloWorld // Add new document // Append new page to the document // Create new drawing // font size constant // Add standard font // Set Active Font // X position of the text to draw // Draw all font types // Draw Text // Increase position of the next text
// open generated PDF document in default PDF viewer installed
in Windows Download example source code: bytescoutpdf_set_character_spacing.zip (5 KB)
"Hello, World!" quick start step-by-step tutorials: |
|
|
||