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