Gets or sets right 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 RightQuietZone { get; set; }
Visual Basic
Public Property RightQuietZone As Integer
	Get
	Set
Visual C++
public:
property int RightQuietZone {
	int get ();
	void set (int value);
}

See Also