PLANET for ASP.NET Overview
- Easy to drag & drop PLANET generating component onto ASP.NET Web forms
- Support to use in Internet Information Services (IIS)
- 100% run in C#.NET, VB.NET for .NET 2.0 and later version
- Provide 100% source code for C#.NET and VB.NET
- Support all major web browsers, including Internet Explorer, FireFox, Chrome, Safari
- Mature and reliable barcode component used world-wide
- Royalty-free purchased developer license
barcode reader c# sample code,
how to generate barcode in asp.net c#,
how to generate code 128 barcode in crystal reports,
rdlc barcode c#,
generate qr code using c#.net,
rdlc qr code
PLANET ASP.NET Barcode Library is one function of ASP.NET Barcode Generator SDK, which provides 50+ options to generate print and output high-quality PLANET barcodes with multiple image formats, including GIF, BMP, PNG, JPEG, TIFF, in ASP.NET Web forms, IIS, ASP.NET Class, etc.
barcode scanner c# example,
print barcode crystal report using c#,
birt barcode tool,
vb.net barcode reader from image,
barcode font in vb.net,
how to generate barcode using java
Other PLANET generator are also available at KeepAutomation, view detailed introduction for
PLANET barcode in Winforms,
PLANET barcode in C#,
PLANET barcode in VB.NET,
PLANET barcode in Report Services
PLANET Information
PlANET, is also named as USPS PLANET Barcode, USPS Confirms Service Barcode.
Barcode |
Character Set |
Sample Image |
PLANET |
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
|
|
How to Generate PLANET Barcode using KA.Barcode for ASP.NET
Setup Process
- Download PLANET Barcode Library in ASP.NET and unzip
- Copy KeepAutomation.Barcode.Web.dll to your ASP.NET project folder
Drag & Drop PLANET Barcode for ASP.NET
Add Barcode Control to your ASP.NET Web Forms toolbox
- Right click toolbox, choose "Choose Items..."
- Goto tab ".NET Framework Components", and click "Browse..." button
- Select KeepAutomation.Barcode.Web.dll
- Click "OK" button
Encoding & Streaming PLANET in IIS Project
Install our buildin ASP.NET Barcode Generator web application
- Copy folder "barcode" in your download the trial package to your IIS web application folder
- Create a virtual directory, named "barcode", and link to your just copied "barcode" folder
- Restart IIS
- Now you have successfully install the ASP.NET Barcode Generator web application
- To test it, open your web browser, and navigate to "http://localhost/barcode/barcode.aspx?symbology=0&code-to-encode=01234567890"
- A PLANET barcode will be displayed
- If you want to change PLANET image format, insert a tag <img> onto your web pages <img src="http://localhost/barcode/barcode.aspx?symbology=0&code-to-encode=01234567890" />
Producing PLANET in ASP.NET Using C#, VB.NET
We provide 100% C# and VB.NET source code for generating PLANET barcodes in ASP.NET Web forms.
Sample Code in C#.NET |
Sample Code in VB.NET |
using KeepAutomation.Barcode.Bean;
BarCode planet = new BarCode();
planet.Symbology = KeepAutomation.Barcode.Symbology. planet;
planet.CodeToEncode = "31583158002" ;
planet.generateBarcodeToImageFile(("../barcode-planet-csharp.gif");
|
Dim planet As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode
planet.Symbology = KeepAutomation.Barcode.Symbology.planet
planet.CodeToEncode = "31583158002";
planet.generateBarcodeToImageFile("../planet-vb-net.gif")
|
More PLANET property settings, See PLANET Generation in C#.NET |
More PLANET property settings, See PLANET Generation in VB.NET |