Create and print Intelligent Mail(OneCode) barcode in .NET Windows Forms Applications
Intelligent Mail Creator for .NET Applications
  • Powerful Winforms Barcode component for .NET Framework 2.0/3.0/4.0
  • Support VB.NET, C#, Managed C++ and Borland Delphi for .NET
  • Dynamic linear, postal & matrix barcode support
Barcode Component for Intelligent Mail Creation in .NET
  • Create & stream Intelligent Mail barcode in .NET Winforms applications
  • Generate Intelligent Mail in .NET class & console applications
  • Managed code entirely written in C#
  • Digitally-signed DLL for .NET Framework 2.0/3.0/4.0
  • Can be used in any .NET languages such as C#, VB.NET, Managed C++, etc
  • Barcode image generation in Gif, Tiff, Bmp, Png or Jpeg format
  • Intelligent Mail resolution in dpi flexibility
  • Support Intelligent Mail barcode rotation in 0, 90, 180 or 270 degree
.NET Intelligent Mail Generation Library for Winforms is a professional and flexible barcode SDK to generate Intelligent Mail and other linear barcodes in Windows Forms applications.Developers may use drag-and-drop implementation or add-reference method to create Intelligent in image file as well as in the memory.
.NET Intelligent Mail Generator for Winforms Development:
  • Windows Forms Application (design-time and runtime support)
  • Console Application (runtime support)
  • Class Library (runtime support)
  • Windows Service (runtime support)
Barcode Image Library for .NET projects - Intelligent Mail Information
The Intelligent Mail barcode is a postal barcode symbology to sort and track letters and flats for USPS. It combines the capabilities of Postnet and Planet barcodes into one unique barcode. Intelligent Mail barcode is consisted of tracking code and routing code. Tracking code is 20 digits long, while routing code may vary as 0, 5, 9 or 11 digits.
.NET Intelligent Mail SDK for Winforms encodes:
  • Digits characters: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
.NET Barcode Image Generating DLL - Intelligent Mail Barcode Generation

Requirements:

To generate Intelligent Mail in Winforms applications, you should install:
  • Windows XP/Windows Vista/Windows 7
  • .NET 2.0/3.0/3.5/4.0 and later version
  • Visual Studio 2005/2008/2010
  • .NET Intelligent Mail Generation for WinForms

Drag and drop Intelligent Mail barcode to .NET Forms projects using .NET barcode component

  1. Create a new project in you Visual Studio;
  2. Copy Avapose.linearbarcode.winforms.dll to your Winforms project folder;
    (Do not copy the dll to .NET bin directory, Visual Studio will do so.)
  3. Add Winforms Control to your Visual Studio Toolbox;
  4. Find Component LinearWinControl in the Toolbox and drag LinearWinControl component onto your form;
  5. Go to Property tab and change Barcode Type to "Intelligent Mail ";
  6. Debug it and then an Intelligent Mail barcode occurs.

Generate and print Intelligent Mail barcodes in C# and VB.NET using .NET Barcode Class Library

  1. Create a new project in you Visual Studio;
  2. Copy Avapose.linearbarcode.winforms.dll to the project folder of your Windows Forms Application;
    (The DLL will be copied to the bin directory automatically)
  3. Add Avapose.linearbarcode.winforms.dll to your Winforms project reference;
  4. Copy those following samples accordingly and debug them, you will find Intelligent Mail generated in you Winforms projects.

C# code

using Avapose.linearbarcode;
Linear Barcode = new Linear();
Barcode.LinearBarcode = Onecode;
Barcode.BarcodeData = "01123564897563212321";
barcode.BarHeight_Y = 60;
barcode.BarWidth_X = 2;
barcode.Rotation = Avapose.linearbarcode.Rotation.Degree90;
barcode.Resolution = 96;
barcode.MeasurementUnit = Avapose.linearbarcode.MeasurementUnit.Pixel;
Barcode.ResizeBarcode = true;
Barcode.DrawBarcodeImag(""d:\\barcode.png"");

VB code

Dim barcode As Avapose.linearbarcode.Linear = New Avapose.linearbarcode.Linear()
barcode.LinearBarcode = Avapose.linearbarcode.LinearBarcode.Onecode
barcode.BarcodeData = "01123564897563212321"
barcode.ApplyTilde = True
barcode.MeasurementUnit = Avapose.linearbarcode.MeasurementUnit.Pixel
barcode.BarWidth_X = 2
barcode.BarHeight_Y = 50
barcode.Resolution = 72
barcode.Rotation = Avapose.linearbarcode.Rotation.Degree90
barcode.BackgroundColor = Color.Aquamarine
barcode.DrawBarcodeImage("e://barcode.png")
Testimonial for Avapose.Barcode for WinForms
We bought your Barcode Generator for WinForms a few weeks ago, and it works pretty well
Carios Louis, Eureka Software Ltd,UK