EBarCode::GetKnownModule

EBarCode::SetKnownModule

Flag indicating whether the symbol module is known or not.

Namespace: Euresys::Open_eVision_2_11

[C++]

BOOL GetKnownModule()

void SetKnownModule(BOOL bKnownModule)

Remarks

If TRUE, it is also necessary to get the EBarCode::Module and EBarCode::ThicknessRatio properties in order to specify the requested module and thickness ratio.

EBarCode.KnownModule

Flag indicating whether the symbol module is known or not.

Namespace: Euresys.Open_eVision_2_11

[C#]

bool KnownModule

{ get; set; }

Remarks

If TRUE, it is also necessary to get the EBarCode::Module and EBarCode::ThicknessRatio properties in order to specify the requested module and thickness ratio.