Gets or sets the maximum number of barcodes to be found and decoded. Setting up this to zero indicates that the number of barcodes is unknown. Default is 1.

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

See Also