Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Method | Description |
---|---|
BarcodeReader |
Default constructor of BarcodeReader object. |
Dispose |
Destroys an instance of Dynamsoft Barcode Reader. |
Default constructor of a BarcodeReader
object.
Dynamsoft.DBR.BarcodeReader.BarcodeReader()
Constructor with a given product key.
Dynamsoft.DBR.BarcodeReader.BarcodeReader(string productKey)
Parameters
[in] productKey
<string> : Product key.
Constructor with a given product key and a given path to load DLLs.
Dynamsoft.DBR.BarcodeReader.BarcodeReader(string modulePath, string productKey)
Parameters
[in] modulePath
<string> : The path where you store these DLLs.
[in] productKey
<string> : Product key.
Destroys an instance of Dynamsoft Barcode Reader.
void Dynamsoft.DBR.BarcodeReader.Dispose()
latest version