Intelligent Mail for .NET WinForms
Intelligent Mail Winforms Generator - Overview
  • Intelligent Mail bar code image generator for Winforms in .NET project
  • A clear structured and strongly named DLLs
  • Compatible with Window Control Library and Web Control Library in .NET
  • Support Windows application, console application, and class library
  • Compute check digits for Intelligent Mail barcode automatically
  • Increase the white spaces around the symbol
  • Supported by .NET 2.0 and later versions
Intelligent Mail - Brief Introduction

The installation of Intelligent Mail Winforms Generator into Winforms is straightforward. Dynamic Intelligent Mail could be generated easily using Intelligent Mail Winforms Generator. Intelligent Mail Winforms Generator could be used to draw Intelligent Mail in Windows applications. At the same time, it could be add to Winforms to stream Intelligent Mail barcode image via Winforms.
Intelligent Mail Winforms Generator - Generating Sample Code

1. How to generate Intelligent Mail barcodes with Visual C# .NET


using BusinessRefinery.Barcode;

// construct a linear barcode object

Linear winformsonecode = new Linear();

// set linear barcode symbology to be onecode

winformsonecode.Symbology = Symbology.onecode;

// set UPC-A code text to encode

winformsonecode.Code = "Intelligent Mail";

//draw barcode and save into image file in gif format

winformsonecode.drawBarcode2ImageFile("onecode-in-winformscsharp.gif");


2. How to generate Intelligent Mail using Visual Basic in .NET


// construct a linear barcode object

Dim winformsonecode As BusinessRefinery.Barcode.Linear

winformsonecode = New BusinessRefinery.Barcode.Linear()

// set linear barcode symbology to be onecode

winformsonecode.Symbology = BusinessRefinery.Barcode.Symbology.onecode

// set UPC-A code text to encode

winformsonecode.Code = "Intelligent Mail"

//draw barcode and save into image file in gif format

winformsonecode.drawBarcode2ImageFile("onecode-in-winformsvb.gif")




Quick Links