Code 39 ASP.NET Web Server Control is a Code 39 and extended Code 39 barcode image generator for web forms.
The web control is also used in
ASP.NET document viewer SDK to integrate Code 39 barcodes into web pages and web applications. Code 39 images could be streamed into web pages included html and pages using image tag. You can also customize the generator using C#.NET or VB.NET before you print Code 39. Pixel-base Code 39 printing are supported.
Related .net document control helps:
asp.net pdf document viewer: ASP.NET PDF Document Viewer in C#: open, display, view, annotate, redact Adobe PDF files online in ASP.NET MVC & WebForm...
asp.net pdf editor control: EdgePDF: ASP.NET PDF Editor Web Control: Online view, annotate, redact, edit, process, convert PDF documents
asp.net annotate pdf:
ASP.NET Annotate PDF Control: annotate, comment, markup PDF document online using ASP.NET C#
asp.net document viewer c#: ASP.NET Document Viewer using C#: Open, View, Annotate, Redact, Convert document files in ASP.NET using C#, HTML5, JQuer...
asp.net dicom viewer: ASP.NET Dicom Document Viewer Control: view, annotate dicom imaging files online in ASP.NET
sharepoint document viewer: ASP.NET SharePoint Document Viewer: view, annotate, redact documents in SharePoint
asp.net open word document in browser: ASP.NET Office Word Document Viewer: view Word doc files online using C# in ASP.NET MVC web applications
Code 39, also written in Code 3 of 9 or Code 3/9, is a linear barcode encoding numbers 0 through 9 and uppercase-letters A through Z. Special characters including -, ., $, /, +, %, and space could also be carried in Code 39 symbol as data characters. To ensure the integrity of data in each Code 39 symbol, a modulo 43 of the sum of the data characters' numerical values is mandatory as described in Code 39 specification. The start and stop codes are not included in the calculation.
Benefits of Code 39 Web Server Control
- Generate and stream Code 39 and extended Code 39 for Web forms in ASP.NET
- Print Code 39 barcode images by inserting image tag to web pages in IIS
- .NET 2.0 and later versions are supported
- Integrate Code 39 barcode images into SQL Server Reporting Service (SSRS) and Crystal Reports
- Encode lower-case letters a through z using extended Code 39
- Precisely draw narrow bars and wide bars using flexible width and height
- Set width of inter-character gaps between characters easily
- Standardized Code 39 generator, compatible with ISO / IEC 16388 (2nd edition 2007-05-15)
Code 39 Generation using Code 39 Web Server Control
Before using Code 39 Web Server Control in Visual Studio, please complete installation and add Code 39 Web Server Control as project reference.
Code 39 Web Server Control in C#.NET IDEs
Please install Code 39 Web Server Control, and then refer to C#.NET Integration.
Code 39 Web Server Control using VB.NET
Please navigate VB.NET integration after control installation.
Code 39 Web Server Control in IIS (without using Visual Studio)
- Copy "barcode" folder in the unzipped package to to your IIS folder
- New a virtual directory, named "code39"
- Restart IIS
- Open your browser and type in the following URL: http://YourDomain:Port/code39/linear.aspx?DATA=CODE39
- Add a image tag to print QR Code into the web page including html and aspx <img src="http://YourDomain:Port/code39/linear.aspx?DATA=CODE39"/>