EBarCode::Decode

Provides the decoded information (or a reading error code) corresponding to the specified symbology.

Namespace: Euresys::Open_eVision_2_11

[C++]

std::string Decode(
   Euresys::Open_eVision_2_11::ESymbologies symbology
)

Parameters

symbology

Specified symbology, as defined by ESymbologies this symbology must have been enabled).

Remarks

Before calling EBarCode::Decode, an EBarCode::Detect operation must have been performed. In case of the mono-symbology mode, or if only the most likely decoding matters, the EBarCode::Read method should be used.

EBarCode.Decode

Provides the decoded information (or a reading error code) corresponding to the specified symbology.

Namespace: Euresys.Open_eVision_2_11

[C#]

string Decode(
   Euresys.Open_eVision_2_11.ESymbologies symbology
)

Parameters

symbology

Specified symbology, as defined by ESymbologies this symbology must have been enabled).

Remarks

Before calling EBarCode::Decode, an EBarCode::Detect operation must have been performed. In case of the mono-symbology mode, or if only the most likely decoding matters, the EBarCode::Read method should be used.