Gets or sets whether the reader should transmit a leading zero when decoding UPC-E 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 EanUpcTransmitLeadZeroOnUpcE { get; set; }
Visual Basic
Public Property EanUpcTransmitLeadZeroOnUpcE As Boolean
	Get
	Set
Visual C++
public:
property bool EanUpcTransmitLeadZeroOnUpcE {
	bool get ();
	void set (bool value);
}

See Also