PDF417 Barcode Generator for ASP.NET Web Applications


PDF417 ASP.NET Barcode Creator / Generator is an advanced barcode generating library, which is designed to generate, create PDF-417 barcodes for ASP.NET web server applications using C# and VB.NET.
Popular PDF417 barcode generating controls for .NET applications:
PDF417 Barcode Generator for ASP.NET Web Applications - Features
PDF-417 Barcode ASP.NET Generator | Technology
- This PDF-417 Barcode Generator for ASP.NET projects is completely developed in Visual C# .NET
- This ASP.NET PDF417 barcoding control is compatible with the .NET 2.0 and later version
- The PDF-417 Barcode Generator for ASP.NET can create PDF417 barcodes in ASP.NET classes & Console applications
- The ASP.NET PDF-417 Barcoding library supports .NET prefered languages,like C#, VB.NET
PDF-417 Barcode ASP.NET Creator | Barcode Image Generation
ASP.NET PDF-417 Barcode generator provides multiple options for easily customizing the barcode settings.
- Image formats supported by this ASP.NET PDF-417 Barcode Generator contain JPEG, GIF, TIFF, BMP, and PNG
- Offer 0, 90, 180, or 270 degrees to generate PDF417 barcode images in ASP.NET website
- Created PDF417 barcode images are compatible with both low-resolution & high-resolution printers
- Free to adjust size-related properties of created PDF417 barcode images in ASP.NET web server, like module size, quiet zone width, barcode symbol width & height
Developing Guidance for PDF-417 Barcode ASP.NET Generator Library
How to Generate PDF417 Barcode in ASP.NET Web Controller
- Find KeepDynamic.BarCode.AspNet.dll in the folder Library and add it to your ASP.NET project and Visual Studio Toolbox
- Copy "pdf417.aspx", "pdf417.aspx.cs" from barcode folder in Documentation to your ASP.NET project
- Drag & drop PDF417Control from the Toolbox to your ASP.NET project and a PDF417 barcode image will be generated
- Click generated barcode image and adjust its property values in the Properties window
- Run the ASP.NET project to view the created PDF417 barcode image
How to Generate & Print PDF417 Barcode in ASP.NET Class Applications
- Integrate KeepDynamic.BarCode.AspNet.dll from the file Library to your ASP.NET project by adding reference
- Copy following C# or VB.NET class code to generate Code 39 barcode images in ASP.NET web applications.
Use C# code for PDF417 barcode generation in ASP.NET class applcation
// Create PDF417 barcode object in C#
PDF417 barcode = new PDF417();
// Set PDF-417 barcode value in C#
barcode.CodeText = "PDF417 in C#";
// set unique PDF 417 barcode image settings
barcode.ColumnCount = 3;
barcode.RowCount = 10;
barcode.X = 3;
barcode.XtoYRatio = 0.3333333f;
// set image size-related property settings
barcode.BottomMargin = 6;
barcode.TopMargin = 6;
barcode.RightMargin = 6;
barcode.LeftMargin = 6;
barcode.BarCodeWidth = 400;
barcode.BarCodeHeight = 120;
// Set PDF-417 drawing image format to PNG in C#
barcode.Format = System.Drawing.Imaging.ImageFormat.Png;
// Generate PDF-417 barcode & encode to the png image in C#
barcode.drawBarcode("C://barcode-pdf417.png");
Use VB.NET code for PDF417 barcode generation in ASP.NET class applcation
' Create PDF417 barcode object in VB.NET
Dim barcode As New PDF417()
' Set PDF-417 barcode value in VB.NET
barcode.CodeText = "PDF417 in VB.NET"
' set unique PDF 417 barcode image settings
barcode.ColumnCount = 3
barcode.RowCount = 10
barcode.X = 3
barcode.XtoYRatio = 0.3333333F
' set image size-related property settings
barcode.BottomMargin = 6
barcode.TopMargin = 6
barcode.RightMargin = 6
barcode.LeftMargin = 6
barcode.BarCodeWidth = 400
barcode.BarCodeHeight = 120
' Set PDF-417 drawing image format to PNG in VB.NET
barcode.Format = System.Drawing.Imaging.ImageFormat.Png
' Generate PDF-417 barcode & encode to the png image in VB.NET
barcode.drawBarcode("C://barcode-pdf417.png")
How to Generate PDF417 Barcode in IIS using ASP.NET Barcoding Library
- Open folder Documentation of downloaded trial package and find folder barcode
- 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/pdf417.aspx?code-text=PDF417&x=2&left-margin=4&right-margin=4&top-margin=4&bottom-margin=4 - 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/pdf417.aspx?code-text=PDF417&x=2&left-margin=4&right-margin=4&top-margin=4&bottom-margin=4" />
Note: X refers to module and code-text refers to encodable characters.
Barcode Types - PDF417 ASP.NET Barcode Generator Component
- 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.