Skip to content

vintasoft/WPF-Simple_Barcode_Reader_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

VintaSoft WPF Simple Barcode Reader Demo

This C# project uses VintaSoft Barcode .NET SDK and demonstrates how to recognize barcodes in images in WPF.

Screenshot

Usage

  1. Get the 30 day free evaluation license for VintaSoft Barcode .NET SDK as described here: https://www.vintasoft.com/docs/vsbarcode-dotnet/Licensing-Barcode-Evaluation.html

  2. Update the evaluation license in "CSharp\MainWindow.xaml.cs" file:

    Vintasoft.Barcode.BarcodeGlobalSettings.Register("REG_USER", "REG_EMAIL", "EXPIRATION_DATE", "REG_CODE");
    
  3. Build the project ("WpfSimpleBarcodeReaderDemo.Net8.csproj" file) in Visual Studio or using .NET CLI:

    dotnet build WpfSimpleBarcodeReaderDemo.Net8.csproj
    
  4. Run compiled application and try to generate barcodes.

Documentation

VintaSoft Barcode .NET SDK on-line User Guide and API Reference for .NET developer is available here: https://www.vintasoft.com/docs/vsbarcode-dotnet/

Support

Please visit our online support center if you have any question or problem.

About

VintaSoft WPF Simple Barcode Reader Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages