.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 recognize barcodes in image in .NET console application. Demo can use AI (artificial intelligence) for detection of barcode regions.
C# and VB.NET demo project can be get in installation of VintaSoft Barcode .NET SDK:
- 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 10/9/8 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\BarcodeReaderConsoleDemo" folder for getting VB.NET source codes for console application (.NET 10/9/8 and .NET Framework 4+)
Also C# demo project can be got from
Github.
Barcode Generator Console Demo
Demonstrates how to generate barcode in .NET console application.
C# and VB.NET demo project can be get in installation of VintaSoft Barcode .NET SDK:
- 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 10/9/8 and .NET Framework 4+)
- Open "<install_path>\Examples\Console\VB.NET\BarcodeGeneratorConsoleDemo" folder for getting VB.NET source codes for console application (.NET 10/9/8 and .NET Framework 4+)
Also C# demo project can be got from
Github.
WPF demos for Windows
WPF Simple Barcode Reader Demo
Demonstrates how to recognize barcodes in image in WPF application. Demo uses the "Automatic recognition" mode by default and can use AI (artificial intelligence) for detection of barcode regions.
C# and VB.NET demo project can be get in installation of VintaSoft Barcode .NET SDK:
- 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 10/9/8 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfSimpleBarcodeReaderDemo" folder for getting VB.NET source codes for WPF application (.NET 10/9/8 and .NET Framework 4+)
Also C# demo project can be got from
Github.
WPF Simple Barcode Writer Demo
Demonstrates how to generate barcode in WPF application.
C# and VB.NET demo project can be get in installation of VintaSoft Barcode .NET SDK:
- 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 10/9/8 and .NET Framework 4+)
- Open "<install_path>\Examples\WPF\VB.NET\WpfSimpleBarcodeWriterDemo" folder for getting VB.NET source codes for WPF application (.NET 10/9/8 and .NET Framework 4+)
Also C# demo project can be got from
Github.
WinForms demos for Windows
Barcode Reader & Writer Demo
Demonstrates how to recognize barcodes in image and generate barcode image in WinForms application. Demo can use AI (artificial intelligence) for detection of barcode regions. 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.
C# and VB.NET demo project can be get in installation of VintaSoft Barcode .NET SDK:
- 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 10/9/8 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\BarcodeDemo" folder for getting VB.NET source codes for WinForms application for (.NET 10/9/8 and .NET Framework 4+)
Also C# demo project can be got from
Github.
Simple Barcode Reader Demo
Demonstrates how to recognize barcodes in image in WinForms application. Uses "Automatic recognition" mode by default.
C# and VB.NET demo project can be get in installation of VintaSoft Barcode .NET SDK:
- 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 10/9/8 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\SimpleBarcodeReaderDemo" folder for getting VB.NET source codes for WinForms application (.NET 10/9/8 and .NET Framework 4+)
Also C# demo project can be got from
Github.
Simple Barcode Writer Demo
Demonstrates how to generate barcode in WinForms application.
C# and VB.NET demo project can be get in installation of VintaSoft Barcode .NET SDK:
- 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 10/9/8 and .NET Framework 4+)
- Open "<install_path>\Examples\WinForms\VB.NET\SimpleBarcodeWriterDemo" folder for getting VB.NET source codes for WinForms application (.NET 10/9/8 and .NET Framework 4+)
Also C# demo project can be got from
Github.