Gets or sets whether the reader should convert the UPC-E code to the UPC-A equivalent code. Default is false.

Namespace: Neodynamic.SDK.BarcodeReader
Assembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public bool EanUpcConvertUpcEtoUpcA { get; set; }
Visual Basic
Public Property EanUpcConvertUpcEtoUpcA As Boolean
	Get
	Set
Visual C++
public:
property bool EanUpcConvertUpcEtoUpcA {
	bool get ();
	void set (bool value);
}

See Also