- Written in C#.NET & fully compatible with .NET Framework 2.0 and greater
- Easy integration into Microsoft Viaual Studio 2005 and above versions
- Generating Intelligent Mail barcode images in MS Internet Information Service
- Simple to insert Intelligent Mail barcodes in web pages for major browsers like Chrome, IE, Mozilla, Safari, etc
- Create Intelligent Mail and save in Png, Gif, Jpeg/Jpg, Bmp, Tiff image files for future use
- Easy to adjust barcode properties as well as text fonts
- Provides several operation modes to allow for different barcode implementation methods
Designed for ASP.NET developers, KA.Barcode for ASP.NET allows users to easily create, insert accurate Intelligent Mail and other linear, 2D barcodes in ASP.NET web applications as well as C#, VB.NET projects, Reporting Services, Crystal Reports, and so on.
C# Sample Code; VB.NET Sample Code. using KeepAutomation.Barcode.Bean; BarCode qrcode = new BarCode(); qrcode.Symbology = KeepAutomation ....
Studio. 2. Create a Windows Forms Application using the ....
Resolution adjustable to print good-quality barcode pictures suitable or all printers....
There are many methods of barcode generation in C#.NET: within barcode setting panel, using C#, VB.NET Class, etc. It is allowed ....
more>
Intelligent Mail Overview in ASP.NET Generator
Intelligent Mail is a linear postal barcode symbology, which is also named as USPS Intelligent Mail Barcode, OneCode 4CB, USPS 4CB, USPS OneCode Solution Barcode, USPS IM. It is widely used in sorting and tracking mails.
Intelligent Mail Encodable Characters in ASP.NET Generator
- Intelligent Mail encodable data: numeric digits 0-9
Intelligent Mail Generation in ASP.NET Web Control
How to Drag & Drop BarCodeControl to Generate Intelligent Mail in ASP.NET
1.
Copy "barcode.aspx" and " barcode.aspx.cs" to the target folder
2.
Right-click in "Toolbox" and select "Choose Items..."
3.
Click "Browse..." to locate and select "KeepAutomation.Barcode.Web.dll"
4.
Drag and drop "BarCodeControl" from Visual Studio Toolbox into the web form and a Intelligent Mail barcode is created
5.
Change barcode symbology to "IntelligentMail" and customize its properties in the "Properties" panel
How to Generate Intelligent Mail in C# or VB.NET
It is easy to generate Intelligent Mail into ASP.NET web form / website using the C# or VB.NET sample code below.
using KeepAutomation.Barcode.Bean;
BarCode onecode = new BarCode();
onecode.Symbology = KeepAutomation.Barcode.Symbology.IntelligentMail;
onecode.CodeToEncode = "31580013158013158001";
onecode.generateBarcodeToImageFile("C://barcode-onecode-csharp.gif");
Dim onecode As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode
onecode.Symbology = KeepAutomation.Barcode.Symbology.IntelligentMail
onecode.CodeToEncode = "31580013158013158001"
onecode.generateBarcodeToImageFile("C://onecode-vb-net.gif")
Download KA.Barcode for ASP.NET demo version for free and unzip. Free barcode generator tutorial will be provided, and users can create QR Code for...
more>
How to Generate Intelligent Mail in Microsoft IIS Through URL
1.
Unzip the trial package, copy "barcode" folder and its contents to your IIS, and create a new virtual directory "barcode"
2.
Restart IIS, and navigate to "http://localhost/barcode/barcode/aspx?symbology=32&code-to-encode=123456789 01234567890"/>
3.
4.
To add the created barcodes in html or aspx pages, insert the following image tag into your web pages. <img src = "http://localhost/barcode/barcode.aspx?symbology=32&code-to-encode=12345678901234567890"/>