ASP.NET Code 128 Barcode Generator Component


ASP.NET Code 128 Barcode Generator Component is an advanced barcoding library, which could insert, create, or draw Code 128, Code 128a, Code 128b, and Code 128c in ASP.NET web applications using C# and VB.NET class languages.
Overview - ASP.NET Code 128 Barcode Generator Component
Code 128 ASP.NET Barcode generator, provided by KeepDynamic.com, is an easy-to-use barcode generating developer-library. It can generate Code 128 barcode in IIS, C# ASP.NET web application, VB.NET ASP.NET web serviced & Console applications.
Related barcoding solutions for generating Code128 barcode image in .NET applications:
Features - ASP.NET Code 128 Barcode Generator Component
Code 128 ASP.NET Barcode Generator Technology
- Code 128 Barcode Generator for ASP.NET is entirely built in managed C#
- ASP.NET Code 128 Barcode Generator supports .NET framework 2.0 and above
- This Code 128 barcoding sdk can be easily installed to ASP.NET applications
- This ASP.NET Code 128 barcode creating library can generate Code 128 barcode images in ASP.NET web server projects & Console apps
- ASP.NET Code 128 barcode generating control supports Code 128 barcode generation in ASP.NET web services using C# & VB.NET class codes
Code 128 ASP.NET Barcode Generator Customization
- Generate & save Code 128 barcode to JPEG, GIF, TIFF, BMP, WMF, and PNG in ASP.NET web applications
- Generate & rotate Code 128 barcode images to 0, 90, 180, or 270 degrees in ASP.NET web sites
- Change printing resolutions of generated Code 128 barcode images in ASP.NET web sites
- Customize generated Code 128 barcode size-related properties in ASP.NET web services, like bar width, margins & barcode symbol size
- Hide or display the human-readable text of created Code 128 barcode images in ASP.NET class projects
Developing Tutorial - ASP.NET Code 128 Barcode Generator Component
How to Generate Code 128 Barcode in ASP.NET Web Controller
- Add KeepDynamic.BarCode.AspNet.dll from the file Library to your ASP.NET project and Visual Studio Toolbox
- Copy "linear.aspx", "linear.aspx.cs" from barcode folder in Documentation to your ASP.NET project
- Drag & drop BarCodeControl from the Toolbox to your ASP.NET project and a standard Code 128 barcode image will be generated
- Click created Code 128 barcode and change the values of other Code 128 barcode properties in the Properties window
How to Generate Code 39 Barcode in ASP.NET Class Applications
- Integrate KeepDynamic.BarCode.AspNet.dll from the file Library to your ASP.NET project
- You can generate & create Code 128 barcode images by copying following C# or VB.NET class codes to your ASP.NET class application
C# code for Code 128 barcode generation in ASP.NET web application
// generate linear barcode object
BarCode barcode = new BarCode();
// Set barcode type to Code-128
barcode.SymbologyType = SymbologyType.Code128;
// Enter encodable value to Code128 barcode
barcode.CodeText = "Code128";
// set Code 128 barcode image settings
// Set bar width of Code 128
barcode.X = 3;
// set Code 128 barcode image
barcode.BarCodeWidth = 450;
barcode.BarCodeHeight = 90;
// save generated barcode images to png image file using C#
barcode.drawBarcode("C://kdcode128.png");
VB.NET code for Code 128 barcode generation in ASP.NET web application
' generate linear barcode object
Dim barcode As New BarCode()
' Set barcode type to Code-128
barcode.SymbologyType = SymbologyType.Code128
' Enter encodable value to Code128 barcode
barcode.CodeText = "Code128"
' set Code 128 barcode image settings
' Set bar width of Code 128
barcode.X = 3
' set Code 128 barcode image
barcode.BarCodeWidth = 450
barcode.BarCodeHeight = 90
' save generated barcode images to png image file using VB.NET
barcode.drawBarcode("C://kdcode128.png")
How to Generate Code 128 Barcode in IIS using ASP.NET Barcoding Library
- Find folder barcode in the folder Documentation of downloaded trial package
- Copy cotent of folder barcode to your IIS project, eg:C:\interpub
- Create a new virtual directory in your IIS named "barcode", and connect it to the above barcode folder in the C:\interpub
- Restart your Microsoft IIS and navigate to:
http://YourDomain:Port/barcode/linear.aspx?symbology-type=7&code-text=128128128&x=1&left-margin=10&right-margin=10 - You can use the following image tag to generate a Code 39 barcode on your html or aspx pages.
<img src="http://YourDomain:Port/barcode/linear.aspx?symbology-type=7&code-text=128128128&x=1&left-margin=10&right-margin=10" />
Note: X refers to bar width and code-text refers to encodable characters.
Barcode Types - Code 128 ASP.NET Barcode Generating Control
Code 128 ASP.NET Barcode Generating Control can generate & create over 20 linear & 2d barcode images in ASP.NET web applications:
- 2D Barcodes: QR Code in ASP.NET, PDF417 in ASP.NET and Data Matrix in ASP.NET.
- Alphanumeric Barcodes: Code 39 in ASP.NET, Code 93 in ASP.NET, Code 128 in ASP.NET and GS1-128 (UCC/EAN-128) in ASP.NET.
- UPC / EAN Barcodes: EAN 13 in ASP.NET, EAN 8 in ASP.NET, UPC A in ASP.NET, UPC E in ASP.NET, ISBN in ASP.NET and ISSN in ASP.NET.
- Numeric Barcodes: Code 11 in ASP.NET, Codabar in ASP.NET and MSI Plessey in ASP.NET.
- Code 2 of 5 based Barcodes: Standard 2 of 5 in ASP.NET, Interleaved 2 of 5 in ASP.NET and ITF14 in ASP.NET.
- Postal Barcodes: Intelligent Mail Barcode in ASP.NET (USPS OneCode Solution), USPS POSTNET in ASP.NET, USPS PLANET in ASP.NET, Identcode in ASP.NET, Leitcode in ASP.NET and RM4SCC in ASP.NET.