Gets or sets the minimum number of characters a Codabar barcode should contain. Default is 5.

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

See Also