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 |
---|---|
getVersion |
Get version information of SDK. |
Get version information of SDK.
String com.dynamsoft.dbr.BarcodeReader.getVersion()
Return Value
The version information string.
Code Snippet
BarcodeReader reader = new BarcodeReader("t0260NwAAAHV***************");
String versionInfo = reader.getVersion();
reader.destroy();
latest version