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
Output barcode screenshot (CodaBar symbology) Codabar barcode (aka Ames Code/USD-4/NW-7/2 of 7 Code). Codabar symbology allows only symbols from this string '0123456789-$:/.+' to be encoded. This symbology used for example in libraries and blood banks. Important: you can also use BarCode Windows Forms or Web ImageControl instead. To use the Windows Formscontrol in Visual Studio please open Toolbox and open "Bytescout Software" tab and drag-n-drop "BarCode" control into your WinForms or ASP.NET application (in design [...]
Output barcode screenshot (Bookland symbology) Bookland barcode. This symbology is mostly the same as EAN-13 symbology, but used exclusively with books. First three digits of Bookland symbology are always "978" the rest of code is a ISBN number without embedded hyphens and ISBN check digit. Important: you can also use BarCode Windows Forms or Web ImageControl instead. To use the Windows Formscontrol in Visual Studio please open Toolbox and open "Bytescout Software" tab and drag-n-drop [...]
Output barcode screenshot (Aztec 2D symbology): Aztec Code symbology. An Aztec code barcode is used by Deutsche Bahn, Trenitalia and by Swiss Federal Railways for tickets sold online and printed out by customers. The Aztec Code has been selected by the airline industry (IATA's BCBP standard) for the electronic boarding passes. Important: you can also use BarCode Windows Forms or Web ImageControl instead. To use the Windows Formscontrol in Visual Studio please open Toolbox and [...]
Bytescout BarCode SDK is capable of generating printable images (PNG, JPG, BMP) and scalable EMF metafile images. You use built-in .NET printing functionality to print barcodes in .NET applications (Visual Basic and C#)Printing in Visual Basic .NET: BarCodePrinter.vb: Imports System Imports System.Collections.Generic Imports System.TextImports Bytescout.BarCode Imports System.Drawing.Printing Imports System.Windows.Forms Imports System.DrawingPublic Class BarcodePrinter Private m_barcode As New Barcode() Private m_widthInches As Single Private m_heightInches As SinglePublic Sub Print(ByVal type As SymbologyType, ByVal value As String, [...]
Bytescout.Barcode SDK LITE is a freeware version of BarCode SDK. Versions Comparison Table Benefits BarCode SDK LITE (FREEWARE) BarCode SDK Royalty-free distribution along with your product/application Yes Yes 12 months of free updates and 12 months of free tech support via e-mail (within 2 business days) are included. Additional 12 months are available at 30% of the regular price No Yes Optional full source code licensing No Yes WinForms control Yes Yes WebImage control for [...]
This guide for Web developers will help to install BarCode SDK control for SQL Server Reporting Service to use in ASP.NET reports.Open Microsoft Visual Studio and create new “Report Server Project”Right-click “Reports” node in the Solution Explorer and select “Add / New Item…” from the context menu.Choose “Report” item template and click “Add”.Switch the report designer to “Layout” mode.Right-click on empty space in the Visual Studio toolbox and select “Choose Items…”.Click “Browse…” button in the [...]
This guide for Web developers will help to install BarCode SDK control for SQL Server Reporting Service to use in ASP.NET reports.Open Microsoft Visual Studio and create new “Report Server Project”Right-click “Reports” node in the Solution Explorer and select “Add / New Item…” from the context menu.Choose “Report” item template and click “Add”.Switch the report designer to “Layout” mode.Right-click on empty space in the Visual Studio toolbox and select “Choose Items…”.Click “Browse…” button in the [...]
Our first step will be to create .doc template file where we will insert barcode image. First of all lets define place where barcode will be placed.Open your MS Word appplication.Place cursor to the position where barcode will be placed.Select Insert->Bookmark from MS Word main menuInput bookmark name (i used "MyBookmark") and press EnterSave document and close itBookmark will help us quickly find position where barcode will be placed.Now open Visual Studio and create new [...]
The following example demonstrates how to use Bytescout BarCode SDK and its Barcode class with Crystal Reports to insert barcodes into an automatically generated report based on a database SQL query. Run Visual Studio 2005 Create new Crystal Reports Application by using the menu: File | New | Project.. Select Crystal Reports Application project type and enter the project name as CrystalReportsWithBarcode and then click OK to create new Crystal Reports Application: Crystal Reports Gallery [...]
The following sample demonstrates how to use Barcode Windows Forms image control in Visual Basic.NET to generate and display barcode imageWinForms applications:When you use Windows Forms control Bytescout.BarCodeControl in a Windows application, you just need to copy the Bytescout.BarCode.dll file to your application's directory and add reference to Bytescout.BarCode component in your project refrences.The following example illustrates how you can set properties of BarcodeControl control. This example requires that BarcodeControl with barcodeControl1 name is added [...]