EBarCodeReader::GetComputeGrading

EBarCodeReader::SetComputeGrading

Enables or disables the computation of the grades of the read barcodes according to ISO 15416.
At the moment, grading is only supported for Code128, Gs1_128 and Ean13.

Namespace: Euresys::Open_eVision::EasyBarCode2

[C++]

bool GetComputeGrading() const

void SetComputeGrading(bool enable)

Remarks

ComputeGrading is disabled by default.

EBarCodeReader.ComputeGrading

Enables or disables the computation of the grades of the read barcodes according to ISO 15416.
At the moment, grading is only supported for Code128, Gs1_128 and Ean13.

Namespace: Euresys.Open_eVision.EasyBarCode2

[C#]

bool ComputeGrading

{ get; set; }

Remarks

ComputeGrading is disabled by default.