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

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

Syntax

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

Implements

IBaseBarcode..::..RightQuietZone

See Also