General Methods
Method | Description |
---|---|
getVersion |
Get version information of SDK. |
getVersion
Get version information of SDK.
String com.dynamsoft.dbr.BarcodeReader.getVersion()
Return Value
The version information string.
Code Snippet
BarcodeReader.initLicense("YOUR-LICENSE-KEY");
BarcodeReader reader = new BarcodeReader();
String versionInfo = reader.getVersion();
reader.destroy();