EBarCode::GetKnownLocation

EBarCode::SetKnownLocation

Flag indicating whether the symbol location is known or not.

Namespace: Euresys::Open_eVision_2_11

[C++]

BOOL GetKnownLocation()

void SetKnownLocation(BOOL bKnownLocation)

Remarks

In case of known location, use EBarCode::Rectangle to adjust a rectangle around the symbol.

EBarCode.KnownLocation

Flag indicating whether the symbol location is known or not.

Namespace: Euresys.Open_eVision_2_11

[C#]

bool KnownLocation

{ get; set; }

Remarks

In case of known location, use EBarCode::Rectangle to adjust a rectangle around the symbol.