Table of contents
Swift
Objective-C

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.
CreateDecodedBarcodeElement Create a CDecodedBarcodeElement object.
CreateLocalizedBarcodeElement Create a CLocalizedBarcodeElement object.

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.

CreateDecodedBarcodeElement

Create a CDecodedBarcodeElement object.

static intermediate_results::CDecodedBarcodeElement* CreateDecodedBarcodeElement();

Return Value

Returns an object of CDecodedBarcodeElement.

See Also

CDecodedBarcodeElement

CreateLocalizedBarcodeElement

Create a CLocalizedBarcodeElement object.

static intermediate_results::CLocalizedBarcodeElement* CreateLocalizedBarcodeElement();

Return Value

Returns an object of CLocalizedBarcodeElement.

See Also

CLocalizedBarcodeElement

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: