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 |
Initialization of BarcodeReader object. |
destroy |
Destroys an instance of BarcodeReader object. |
Initialization of BarcodeReader
object.
com.dynamsoft.barcode.BarcodeReader.BarcodeReader() throws BarcodeReaderException
If you initialize DynamsoftBarcodeReader by this method without license, the decoding results maybe unreliable.
BarcodeReader reader = new BarcodeReader();
Initialization of BarcodeReader
with license.
com.dynamsoft.barcode.BarcodeReader.BarcodeReader(String license)throws BarcodeReaderException
BarcodeReader reader = new BarcodeReader("t0260NwAAAHV***************");
void com.dynamsoft.barcode.BarcodeReader.destroy()
BarcodeReader reader = new BarcodeReader("t0260NwAAAHV***************");
reader.destroy();
version 7.6.0