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

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

Syntax

C#
int RightQuietZone { get; set; }
Visual Basic (Declaration)
Property RightQuietZone As Integer
Visual C++
property int RightQuietZone {
	int get ();
	void set (int value);
}

See Also