Gets or sets whether the reader should decode UPC-A as EAN-13 barcodes. Default is true.

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 EanUpcDecodeUpcAasEan13 { get; set; }
Visual Basic
Public Property EanUpcDecodeUpcAasEan13 As Boolean
	Get
	Set
Visual C++
public:
property bool EanUpcDecodeUpcAasEan13 {
	bool get ();
	void set (bool value);
}

See Also