EBarCodeReader::Load

Load the reader configuration.

Namespace: Euresys::Open_eVision::EasyBarCode2

[C++]

void Load(
   const std::string& file
)

void Load(
   ESerializer* serializer
)

Parameters

file

File path.

serializer

Serializer. Must be in read mode.

EBarCodeReader.Load

Load the reader configuration.

Namespace: Euresys.Open_eVision.EasyBarCode2

[C#]

void Load(
   string file
)

void Load(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

file

File path.

serializer

Serializer. Must be in read mode.