It is an easy task to integrate the most accurate linear or 2D barcode creating capabilities into your Windows Forms applications.
- Generate 20+ linear and 2D barcode types
- Adjust barcode quite margin size
- Rotate barcode in 0, 90, 180 or 270 degree
- Adjust barcode size through width, height, wide/narrow ratio, etc.
- Change barcode image foreground color and background color
- Set barcode image resolution in dpi
- Save images with embedded barcode or save barcode separately
- More barcode generating functions
Barcode Generating
This integration guide suggests how to use WinForms .NET Imaging SDK to generate and embed a barcode onto images & documents. (For information about generate barcode in C#.NET applications, VB.NET applications or on the web, please go to
Generate Barcodes for C#.NET,
Generate Barcodes in VB.NET and
Generate Barcodes in Web Viewer.)
- Start you Microsoft Visual Studio;
- Open an existed Windows Application;
- Add RasterEdge.DotNetImaging.dll & RasterEdge.DotNetImaging.BarcodeGenerate.dll to projects;
- Drag ImageViewer and BarcodeGenerator to your app;
Create a Barcode into Image
Go to the barcode toolbar:
- Click "Barcode Type" to choose barcode types you want to create;
- Click "Data" to encode barcode valid character set according to the barcode types;
- Click "Generate" to process barcode generation;
Change Barcode Properties
Go to the barcode toolbar:
- Click "BackColor" and "ForeColor" to set background and foreground color;
- Click "Orientation" to set barcode rotation angle;
- Click "Width" and "Height" to set barcode size;
- Click "Font" to choose human-readable text font style, color, size and effects.
More Tutorials!
Find more user guides with RasteEdge .NET Image in .NET Winforms applications!
Want to install Imaging SDK in Web applications, please go to
AJAX Zero-Footprint Document Image Viewer.