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
ByteScout BarCode Generator SDK - Crystal Reports - Barcode in CrystalReports Application (VB.NET 2015) CrystalReport1.vb Form1.vb ProductsDataSet.xsd
ByteScout BarCode Generator SDK - Crystal Reports - Barcode in CrystalReports Application (VB.NET 2010) CrystalReport1.vb Form1.vb ProductsDataSet.xsd
ByteScout BarCode Generator SDK - Crystal Reports - Barcode in CrystalReports Application (C# 2015) CrystalReport1.cs Form1.cs Program.cs ProductsDataSet.xsd
ByteScout BarCode Generator SDK - Crystal Reports - Barcode in CrystalReports Application (C# 2010) CrystalReport1.cs Form1.cs Program.cs ProductsDataSet.xsd
ByteScout BarCode Generator SDK - C++ - Monochrome Bitmap BarcodeGenerationExample.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout BarCode Generator SDK - C++ - Common Example BarcodeGenerationExample.cpp stdafx.cpp   Click here to get your Free Trial version of the SDK
ByteScout BarCode Generator SDK - C# - WPF Control - Web Demo App.xaml.cs MainPage.xaml.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; using Bytescout.BarCode.WPF; using Bytescout.BarCode; namespace Bytescout.BarCode.WebDemo { /// /// Interaction logic for MainPage.xaml /// public partial class MainPage : Page { #region Constants private const int BarHeight = 50; private const int PdfBarHeight = 6; [...]
ByteScout BarCode Generator SDK - C# - WPF Control - Desktop App.xaml.cs MainWindow.xaml.cs using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media.Imaging; namespace Bytescout.BarCode.WPFDemo { /// /// Interaction logic for MainWindow.xaml /// public partial class MainWindow : Window { #region Constants private const int BarHeight = 50; private const int PdfBarHeight = 6; #endregion #region Constructor /// /// Initializes a new instance of the class. /// public MainWindow() { InitializeComponent(); } #endregion #region Controls event handlers [...]
ByteScout BarCode Generator SDK - C# - WinForms Control MainForm.cs Program.cs   Click here to get your Free Trial version of the SDK
ByteScout BarCode Generator SDK - C# - WideToNarrowRatio Program.cs   Click here to get your Free Trial version of the SDK