Wide/narrow bar ratio.

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

Syntax

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

Implements

IBaseBarcode..::.Ratio

See Also