|
| 1 | +# Dynamsoft Barcode Reader Samples - .Net Edition |
| 2 | + |
| 3 | +This repository contains multiple samples that demonstrates how to use the <a href="https://www.dynamsoft.com/barcode-reader/overview/?product=dbr&utm_source=samples&package=dotnet" target="_blank">Dynamsoft Barcode Reader</a> .Net Edition. |
| 4 | + |
| 5 | +## Requirements |
| 6 | +- Operating systems: |
| 7 | + - Windows: 7, 8, 10, 2003, 2008, 2008 R2, 2012 and above. |
| 8 | +- Environment: Visual Studio 2008 and above. |
| 9 | +- Framework supported: .NET Framework 2.0, .NET Framework 4.0 and above. |
| 10 | + |
| 11 | +## Samples |
| 12 | + |
| 13 | +| Sample | Description | |
| 14 | +|---|---| |
| 15 | +| HelloWorld | This sample demonstrates the simplest way to read barcodes from an image file with Dynamsoft Barcode Reader SDK. | |
| 16 | +| GeneralSettings | This sample demonstrates how to configure general settings and read barcodes from an image file with Dynamsoft Barcode Reader SDK. | |
| 17 | +| ProcessDocumentsByBarcodes | This sample demonstrates how to renaming, splitting or classifying a batch of documents using barcodes result. | |
| 18 | +| DecodeFromScannerAndWebcam | This sample demonstrates how to read barcodes from scanner, webcam and local files. | |
| 19 | + |
| 20 | + |
| 21 | +## License |
| 22 | + |
| 23 | +The library requires a license to work, you use the API InitLicenseFromDLS to tell the program where to fetch your license. |
| 24 | + |
| 25 | +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. |
| 26 | + |
| 27 | +Note that network connection is required for this license to work. |
| 28 | + |
| 29 | +When using your own license, locate the following line and specify your Organization ID. |
| 30 | +// organizationID = "200001"; |
| 31 | + |
| 32 | +If you don't have a license yet, you can request a trial from <a href="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=dotnet" target="_blank">Customer Portal</a> |
| 33 | + |
| 34 | +For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html. |
| 35 | + |
| 36 | +## Contact Us |
| 37 | + |
| 38 | +https://www.dynamsoft.com/company/contact/ |
0 commit comments