bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • Linux SDK Price List
    • Linux SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Multi-Platform Toolkit for .NET Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
    • Terms and Conditions
    • Refund Policy
  • Products
    • Softek Barcode Reader Toolkit for Windows
    • Softek Barcode Reader Toolkit for Linux
    • BardecodeFiler Desktop App
    • BardecodeFiler Windows Service
    • Windows DOS Command Prompt Tool
    • Multi-platform barcode reader toolkit for .NET
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Terms and Conditions
    • 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 © 2023 Softek Software Ltd. All Rights Reserved