Gets or sets the minimum number of characters a Code 39 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 Code39MinSymbolLength { get; set; }
Visual Basic
Public Property Code39MinSymbolLength As Integer
	Get
	Set
Visual C++
public:
property int Code39MinSymbolLength {
	int get ();
	void set (int value);
}

See Also