Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.18 KB

barcode-reader-module-v10.0.20.md

File metadata and controls

45 lines (30 loc) · 1.18 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content breadcrumbText
default-layout
CBarcodeReaderModule Class - Dynamsoft Barcode Reader C++ Edition API Reference
This page shows the C++ edition of the class CBarcodeReaderModule in Barcode Reader Module.
barcode reader module, c++
true
true
C++ CBarcodeReaderModule Class

CBarcodeReaderModule

The CBarcodeReaderModule class defines general functions in the barcode reader module.

Definition

Namespace: dynamsoft::dbr

Assembly: DynamsoftBarcodeReader

class CBarcodeReaderModule 

Methods Summary

Method Description
GetVersion Returns the version of the barcode reader module.

GetVersion

Returns the version of the barcode reader module.

static const char* GetVersion();

Parameters

None.

Return Value

Returns a const char pointer representing the version of the barcode reader module.