Gets or sets left quiet zone size. If SetMarginsAutomatically is set to true always uses this.NarrowBarWidth*9.

Namespace: Limilabs.Web
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

C#
public int LeftQuietZone { get; set; }
Visual Basic
Public Property LeftQuietZone As Integer
	Get
	Set
Visual C++
public:
property int LeftQuietZone {
	int get ();
	void set (int value);
}

See Also