EBarCodeReader::EBarCodeReader

Constructs a EBarCodeReader context.

Namespace: Euresys::Open_eVision::EasyBarCode2

[C++]

void EBarCodeReader(
)

void EBarCodeReader(
   const EBarCodeReader& other
)

Parameters

other

Another EBarCodeReader object to be copied in the new EBarCodeReader object.

Remarks

The default constructor constructs an uninitialized EBarCodeReader object. All properties are initialized to their respective default values. The copy constructor constructs a EBarCodeReader context based on a pre-existing EBarCodeReader object. All properties and internal data are copied.

EBarCodeReader.EBarCodeReader

Constructs a EBarCodeReader context.

Namespace: Euresys.Open_eVision.EasyBarCode2

[C#]

void EBarCodeReader(
)

void EBarCodeReader(
   Euresys.Open_eVision.EasyBarCode2.EBarCodeReader other
)

Parameters

other

Another EBarCodeReader object to be copied in the new EBarCodeReader object.

Remarks

The default constructor constructs an uninitialized EBarCodeReader object. All properties are initialized to their respective default values. The copy constructor constructs a EBarCodeReader context based on a pre-existing EBarCodeReader object. All properties and internal data are copied.