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 RightQuietZone{ get; set;}
Visual Basic (Declaration)
Public Property RightQuietZone As Integer
Visual C++
public:
virtual property int RightQuietZone {
	int get () sealed;
	void set (int value) sealed;
}

See Also