Bytescout.PDF for .NET |
Bytescout.PDF library for .NET
- adding push button control into PDF form document
Adding a push button into PDF form
This example demonstrates how to create push button control in PDF form made with Bytescout.PDF library (See also: how to create PDF form and how to fill PDF form tutorials )
using System; namespace HelloWorld // Add new document // Append new page to the document // Create new drawing // Add standard font // Set font size // Set Active Font // Set text position // Draw Text // Closing drawing on the page // Create new bounding rectangle // Set position and size // Create new push button // Set caption // Set border width // Set border style // Set font size // Set font // Save document
Download example source code: bytescoutpdf_push_button.zip (10 KB)
"Hello, World!" quick start step-by-step tutorials: |
|
|
||