Samples
You can try Barcode Xpress by using the following samples:
Hello Barcode Xpress for Net Core
Hello Barcode Xpress for Net Core is a simple barcode reading sample hosted on GitHub to demonstrate how easy it is to read barcodes from your images with Barcode Xpress:
Read Barcodes
Read Barcodes is a command line sample that ships with the Barcode Xpress archive and allows you to open a 1, 8, or 24-bit image and search it for barcodes.
By default if will scan for barcodes on a preselected image using the following command with no arguments:
dotnet run
To scan for barcodes on a different image you can simply append the path to the image:
dotnet run ../images/Barcode-All-Supported-Types.bmp
Write Barcodes 1D
Write Barcodes 1D is a command line sample that ships with the Barcode Xpress archive and allows you to write a 1D barcode to an image.
By default it will create an image with a Code 39 Barcode with the value of CODE39
using the command:
dotnet run
To create a barcode with a different value or barcode type you can simply append the value to write and the barcodetype to write
dotnet run Code128 Code128Barcode
Write Barcodes 2D
Write Barcodes 2D is a command line sample that ships with the Barcode Xpress archive and allows you to write a 2D barcode to an image.
By default it will create an image with a DataMatrix Barcode with the value of Barcode Value
using the command:
dotnet run
To create a barcode with a different value or barcode type you can simply append the value to write and the barcodetype to write
dotnet run TESTQR QRCodeBarcode
Kanji Kana Encode Decode
It's a simple application showing how to create and read QR Code barcodes with Japanese Kanji/Kana symbols.
The sample will create an image with a QR Code barcode with the value of 日本語の漢字 - Barcode Xpress Sample
. Created image will be recognized then and the decoded value will be written to console.
To run the sample use this command:
dotnet run
Evaluation Mode
Barcode Xpress runs in Watermark evaluation mode if started without a license and the barcode value will be partially hidden. If you would like to do a full-featured evaluation of the product, contact us.