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

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

Syntax

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

See Also