This repository contains multiple samples that demonstrates how to use the Dynamsoft Barcode Reader .Net Edition.
- Operating systems:
- Windows: 7, 8, 10, 2003, 2008, 2008 R2, 2012 and above
- Environment:
- Visual Studio 2008 and above
- Framework supported:
- .NET Framework 2.0
- .NET Framework 4.0 and above
Sample | Description |
---|---|
HelloWorld | This sample demonstrates the simplest way to read barcodes from an image file. |
GeneralSettings | This sample demonstrates how to configure general settings and read barcodes from an image file. |
ProcessDocumentsByBarcodes | This sample demonstrates how to renaming, splitting or classifying a batch of documents using barcodes result. |
DecodeFromScannerAndWebcam | This sample demonstrates how to read barcodes from scanner, webcam and local files. |
The library requires a license to work, you use the API InitLicenseFromDLS to tell the program where to fetch your license.
If the Organizaion ID is not specified or set as "200001", a 7-day (public) trial license will be used by default which is the case in these samples.
Note that network connection is required for this license to work.
When using your own license, locate the following line and specify your Organization ID.
// organizationID = "200001";
If you don't have a license yet, you can request a trial from Customer Portal.
For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html.