Wide/narrow bar ratio.

Namespace:  Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 1.0.5.40002

Syntax

C#
int Ratio { get; set; }
Visual Basic (Declaration)
Property Ratio As Integer
Visual C++
property int Ratio {
	int get ();
	void set (int value);
}

See Also