EBarCode::GetModule

EBarCode::SetModule

Module value.

Namespace: Euresys::Open_eVision_2_11

[C++]

float GetModule()

void SetModule(float f32Module)

Remarks

The module value is a descriptive parameter participating in the encoding; it corresponds to the thinner bar width. Symbols whose bars thickness can take two values, the module and V times the module (where V runs from 1.5 to 3), are called binary bar codes. When the bars thickness are small integer multiples (1 to 4 or 5) of a module, the symbols are called modular bar codes.

EBarCode.Module

Module value.

Namespace: Euresys.Open_eVision_2_11

[C#]

float Module

{ get; set; }

Remarks

The module value is a descriptive parameter participating in the encoding; it corresponds to the thinner bar width. Symbols whose bars thickness can take two values, the module and V times the module (where V runs from 1.5 to 3), are called binary bar codes. When the bars thickness are small integer multiples (1 to 4 or 5) of a module, the symbols are called modular bar codes.