Table of contents

.Net API Reference - BarcodeReader General Methods

Method Description
GetVersion Get version information of SDK.

GetVersion

Get version information of SDK.

string Dynamsoft.Barcode.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: