Barcode Generator SDK Info and Code Samples - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

BarCode Generator SDK

  • Home
  • /
  • BarCode Generator SDK
Make barcode image in .NET using Barcode Generator SDK and source code samples below. Simply copy and paste C# or Visual Basic .NET code for easy barcode image making in .NET. C# VB.NET
Barcode print in ASP.NET tutorial - sample source code to use with Barcode Generator SDK. ASP.NET [aspnet]Default.aspx: BarcodeWebImage test page If you are using web control in new application you do need to modify the Web.config file in your application's virtual directory (or C:Inetpubwwwroot if you don't have a separate application), by adding: inside section in Web.config [/aspnet]
C# create barcode tutorial shows how to create barcode in CSharp with Bytescout Barcode Generator SDK. Use the source code below to create barcode using C#. C#
Code Bar VB6 tutorial shows how to generate barcodes in Visual Basic 6 using Barcode Generator SDK. Use the source code below for barcode generation. VB6 Code Sample Creating Barcode Generator Instance Configuring Barcode Symbology Providing Barcode Value and Saving Resulting Image VB6 Code Sample The output of the above program is as below:   In order to use Bytescout barcode generation with VBScript, make sure you have "ActiveX" components installed. These components can be [...]
If you need batch barcode generation functionality in your application - use Bytescout Barcode Generator SDK as a batch barcode maker. This script can batch generate a specified number of barcodes with a set of values ​​- it can be used in stores or anywhere you need it. The sample below shows batch generating 100 QR barcodes with the values starting from 1 and incrementing with a step value = 2 (generating 1,3,5,7, etc.) VBScript For [...]
Your download will begin in a moment. If it doesn't, click here to try again. Still having trouble? Use instant download links below: direct download (EXE installer)   direct download (ZIP)
To view the documentation for the SDK go to Start > All Programs > Bytescout BarCode SDK and click the "Documentation" link. The SDK comes with lot of ready-to-use source code examples for Visual Basic, C#, ASP.NET, VB6, VBScript, classic ASP, Pocket PC, Win CE. To find source code samples, please go to "My Documents" folder, "ByteScout Samples" and "BarCode SDK". Do not hesitate to copy and paste code snippets from samples right into your [...]
The following samples demonstrate how to add barcode to existing PDF document with Bytescout BarCode Generator SDK. C# VB.NET VBScript C# Visual Basic .NET VBScript
[one_full last="yes" spacing="yes" center_content="no" hide_on_mobile="no" background_color="" background_image="" background_repeat="no-repeat" background_position="left top" hover_type="none" link="" border_position="all" border_size="0px" border_color="" border_style="" padding="" margin_top="" margin_bottom="" animation_type="" animation_direction="" animation_speed="0.1" animation_offset="" class="" id=""][fusion_text] Thank you for considering ByteScout! Your trial download will begin in a moment. If it doesn't, CLICK HERE for manual download. We are ready to help you getting started! Write us at SUPPORT@bytescout.com or click button below: [/fusion_text][/one_full][one_full last="yes" spacing="yes" center_content="no" hide_on_mobile="no" background_color="" background_image="" background_repeat="no-repeat" background_position="left top" hover_type="none" link="" border_position="all" border_size="0px" border_color="" [...]
Screenshot of output barcode (screenshot of EMF image, actual EMF image can be scaled without quality loss): This example shows how to save barcode in EMF format. EMF format provides vector based way to save the barcode and output image can be scaled (or converted into flash SWF or PDF) without the quality loss Form1.frm content: Private Sub Form_Load() ' IMPORTANT NOTE: you need to have .NET Framework 1.10 installed to use BarCode SDK from [...]