bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Linux SDK Price List
    • Mobile SDK Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
  • Products
    • Barcode Reader Toolkit for Windows
    • Barcode Reader Toolkit for Linux
    • Barcode Reader Toolkit for Mobiles
    • BardecodeFiler Application Desktop Only
    • BardecodeFiler Application & Windows Service
    • Softek Barcode Maker Component for .Net
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Resellers
    • Links
Select Page ...

News

Barcode Reader SDK

admin March 29, 2016 Knowledge Base, Software Development Kits

Using our barcode reader SDK you can enable your application to read barcodes from images with only a few lines of code.

So how do you do it?

1. Add a reference to the SoftekBarcodeNet.dll DotNet component

2. Use code similar to this…

barcode = new SoftekBarcodeNet.BarcodeReader(@”path\to\our\sdk\bin”);
// Set a few properties
barcode.MultipleRead = true; // Scan the whole document for barcodes
barcode.ReadQRCode = true; // Check for QrCodes

int nBarCode = barcode.ScanBarCode(@”\path\to\your\image.pdf”) ;

for (int i = 1; i <= nBarCode; i++)
{
string value = barcode.GetBarString(i);
// Do something with the barcode value
}

Download the SDK and have it working in minutes!

Get your free 30 day license from sales@bardecode.com

← Analyzing Code 128 barcodes
Using the BardecodeFiler output template →
admin

  • Copyright © 2017 Softek Software Ltd. All Rights Reserved