Table of contents
Swift
Objective-C

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();

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: