To use the SDK with .NET you have the following options:

1. Use the .NET STandard NuGet package available at:

https://www.nuget.org/packages/softekbarcodenetstandard/

2. Use the .NET Framework NuGet package available at:

https://www.nuget.org/packages/SoftekBarcodeNet

3. Add a reference to the DLL called SoftekBarcodeNet.dll in this folder

This DLL is the same as used in (2) above and wraps around the native DLL files.

When you create an instance of the BarcodeReader object you need to specify the location of the native DLL files as follows:

SoftekBarcodeNet.BarcodeReader barcode = new SoftekBarcodeNet.BarcodeReader(@"\path\to\softek\barcode\toolkit\DLL");


