Gets or sets the minimum number of characters a Code 128 barcode should contain. Default is 3.

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

See Also