Table of contents
Swift
Objective-C

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

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: