Add USPS Intelligent Mail barcode making function into .NET application using C# barcode SDK
C# Barcode Generator for Intelligent Mail Generation
  • Professional barcode component for .NET 2.0/3.0/4.0
  • Generate QR Code, UPC/EAN, Code 128, ISBN, and more in .NET
  • Support VB.NET, C#, Managed C++ and Borland Delphi for .NET
Barcode in C# > Linear > Intelligent Mail
Generate USPS IMbarcode using C# Barcode Component
  • Lightweight .NET control library written 100% in managed C#
  • Integrate with types of C# projects in .NET with simple Xcopy
  • Capable of generating barcode using "drag and drop"
  • Can be used in SSRS and Crystal reports for .NET
  • Easily display barcode on a form, or encode it with a image file
  • Available for VS 2005, VS 2008 and VS 2010
  • Supports barcode symbol rotation
  • Royalty free distribution
.NET Intelligent Mail Generator is a lightweight and flexible .NET control library that allows you easily add RM4SCC barcode generation features to your C#.NET applications. The control is a strong named and digital signed .NET DLL that written entirely in managed C#.
.NET Intelligent Mail Generator supports the following projects in C#.NET:
  • Windows Forms Application (design-time and runtime support)
  • Console Application (runtime support)
  • Class Library (runtime support)
  • Windows Service (runtime support)
C#.NET Intelligent Mail Generator DLL - Intelligent Mail Specifications
Intelligent Mail is a well-known barcode used in mail system in the United States, which refers to services offered by the United States Postal Service for domestic mail delivery. It is developed to provide greater information and functionality than POSTNET and PLANET.
.NET Intelligent Mail Generator encodes:
  • 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
  • 20, 25, 29, 31 digits only
Intelligent Mail Generator API for C#.NET - Intelligent Mail Generation

Setup

Before you create Intelligent Mail in C#.NET, you need to install:
  • Windows XP, Windows Vista and Windows 7
  • .NET 2.0, 3.0 and advanced version
  • Microsoft Visual Studio 2005/2008/2010
  • .NET Barcode Generator

Generate and create Intelligent Mail barcode in .NET Class

  1. Download Avapose.com trial package and unzip;
  2. Add Avapose.linearbarcode.winforms.dll to the C# Winform project reference;
  3. Drag and drop a button to the form, and double-click the button;
  4. In the Form1.cs, copy the following sample code to accordingly

Generate and create Intelligent Mail in image using C# barcode creator library

using Avapose.linearbarcode
Linear IntelligentMail = new Linear();
IntelligentMail.LinearBarcode = LinearBarcode.Onecode;
IntelligentMail.BarcodeData = "12345678901234567890";
IntelligentMail.BarcodeWidth = 175;
IntelligentMail.BarcodeHeight = 50;
IntelligentMail.ResizeBarcode = true;
IntelligentMail.DrawBarcodeImage("E:\\image\\intelligentmail.gif");

//More Image Output Methods
// create and draw to image file
public void DrawBarcodeImage (string filename);
// create, draw, paint barcode on Graphics object
public void DrawBarcodeImage (Graphics graphics);
// create, draw, paint barcode on Bitmap object
public Bitmap DrawBarcodeImage ();
// create, draw, paint barcodeon Stream object
public void DrawBarcodeImage (Stream fileStream);
// create, draw, paint barcode on byte[] object
public byte[]DrawBarcodeImage AsBytes();
Related USPS OneCode Barcode Integration & Generation Information
The following USPS Intelligent Mail barcode integration and creation information links relate to this product that may be of interest to you:
Testimonial for .NET Barcode Generator in C#.NET
We bought your product .NET Barcode Generator for C#.NET programming a few weeks ago, and it works pretty well!
Carlos Louis, Eureka Software Ltd, UK.