.NET demo applications for VintaSoft Barcode .NET SDK
In This Topic
VintaSoft Barcode .NET SDK includes .NET demo projects, which demonstrate the main features of the SDK. Demo projects are written in C# and VB.NET and designed in Microsoft Visual Studio .NET.
Console demos for Windows, Linux and macOS
Barcode Reader Console Demo
Demonstrates how to read barcodes from images.
- Download and install the evaluation version of VintaSoft Barcode .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\BarcodeReaderConsoleDemo" folder for getting C# source codes for console application (.NET 8/7/6 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\BarcodeReaderConsoleDemo" folder for getting VB.NET source codes for console application (.NET 8/7/6 and .NET Framework 4+)
Barcode Generator Console Demo
Demonstrates how to generate barcode images.
- Download and install the evaluation version of VintaSoft Barcode .NET SDK to your computer
- Open "<install_path>\Examples\Console\CSharp\BarcodeGeneratorConsoleDemo" folder for getting C# source codes for console application (.NET 8/7/6 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\BarcodeGeneratorConsoleDemo" folder for getting VB.NET source codes for console application (.NET 8/7/6 and .NET Framework 4+)
WPF demos for Windows
WPF Simple Barcode Reader Demo
Demonstrates how to read barcodes from images. Uses "Automatic recognition" mode by default.
- Download and install the evaluation version of VintaSoft Barcode .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfSimpleBarcodeReaderDemo" folder for getting C# source codes for WPF application (.NET 8/7/6 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfSimpleBarcodeReaderDemo" folder for getting VB.NET source codes for WPF application (.NET 8/7/6 and .NET Framework 4+)
WPF Simple Barcode Writer Demo
Demonstrates how to generate barcode images.
- Download and install the evaluation version of VintaSoft Barcode .NET SDK to your computer
- Open "<install_path>\Examples\WPF\CSharp\WpfSimpleBarcodeWriterDemo" folder for getting C# source codes for WPF application (.NET 8/7/6 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfSimpleBarcodeWriterDemo" folder for getting VB.NET source codes for WPF application (.NET 8/7/6 and .NET Framework 4+)
WinForms demos for Windows
Barcode Reader & Writer Demo
Demonstrates how to read and write barcodes from images. Possesses advanced barcode recognition and creation settings. Outputs extended barcode recognition results with Barcode Print Quality Test data according to ISO 15415 and 15416 standard.
For getting the source codes of demo you need to do the following steps:
- Download and install the evaluation version of VintaSoft Barcode .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\BarcodeDemo" folder for getting C# source codes for WinForms application for (.NET 8/7/6 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\BarcodeDemo" folder for getting VB.NET source codes for WinForms application for (.NET 8/7/6 and .NET Framework 4+)
Simple Barcode Reader Demo
Demonstrates how to read barcodes from images. Uses "Automatic recognition" mode by default.
- Download and install the evaluation version of VintaSoft Barcode .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\SimpleBarcodeReaderDemo" folder for getting C# source codes for WinForms application for (.NET 8/7/6 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\SimpleBarcodeReaderDemo" folder for getting VB.NET source codes for WinForms application (.NET 8/7/6 and .NET Framework 4+)
Simple Barcode Writer Demo
Demonstrates how to generate barcode images.
- Download and install the evaluation version of VintaSoft Barcode .NET SDK to your computer
- Open "<install_path>\Examples\WinForms\CSharp\SimpleBarcodeWriterDemo" folder for getting C# source codes for WinForms application (.NET 8/7/6 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\SimpleBarcodeWriterDemo" folder for getting VB.NET source codes for WinForms application (.NET 8/7/6 and .NET Framework 4+)
MAUI demos for Android
MAUI Barcode Demo
Demonstrates how to generate barcode image and recognize barcode from generated image. Also barcode image can be loaded from image gallery.
- Download and install the evaluation version of VintaSoft Barcode .NET SDK to your computer
- Open "<install_path>\Examples\MAUI\CSharp\MauiBarcodeDemo" folder for getting C# source codes for MAUI application (.NET 8)