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

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

Syntax

C#
public bool SetMarginsAutomatically { get; set; }
Visual Basic (Declaration)
Public Property SetMarginsAutomatically As Boolean
Visual C++
public:
virtual property bool SetMarginsAutomatically {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

IBaseBarcode..::.SetMarginsAutomatically

See Also