Java API Reference - BarcodeReader General Methods
Method | Description |
---|---|
getVersion |
Get version information of SDK. |
getVersion
Get version information of SDK.
String com.dynamsoft.barcode.BarcodeReader.getVersion()
Return value
The version information string.
Code Snippet
BarcodeReader reader = new BarcodeReader("t0260NwAAAHV***************");
String versionInfo = reader.getVersion();
reader.destroy();