Table of contents
Swift
Objective-C

General Methods

Method Description
GetVersion Get version information of SDK.

GetVersion

Get version information of SDK.

string Dynamsoft.DBR.BarcodeReader.GetVersion()

Return Value
The version info string.

Code Snippet

BarcodeReader reader = new BarcodeReader();
string version = reader.GetVersion();

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: