Gets or sets bar ratio for barcode, default value 2.0f.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public float BarRatio { get; set; }
Visual Basic (Declaration)
Public Property BarRatio As Single
Visual C++
public:
property float BarRatio {
	float get ();
	void set (float value);
}

See Also