Bytescout.PDF for .NET |
Bytescout.PDF library for .NET
- adding combobox control
Adding a combobox with built-in items into PDF document
This example demonstrates how to add combobox
control into PDF document using Bytescout.PDF library.
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 combo box // Add items // Set border width // Set border style // Set font size // Set font // Save document // open generated PDF document in default PDF viewer installed
in Windows Download example source code: bytescoutpdf_combobox.zip (4 KB)
"Hello, World!" quick start step-by-step tutorials: |
|
|
||