If set to true RightQuietZone and LeftQuietZone always return NarrowBarWidth*9.

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

Syntax

C#
bool SetMarginsAutomatically { get; set; }
Visual Basic
Property SetMarginsAutomatically As Boolean
	Get
	Set
Visual C++
property bool SetMarginsAutomatically {
	bool get ();
	void set (bool value);
}

See Also