Gets or sets the height of the margin below the barcode bars. The unit of measure must be specified to BarcodeUnit property.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public double BottomMargin { get; set; }
Visual Basic
Public Property BottomMargin As Double
	Get
	Set
Visual C++
public:
property double BottomMargin {
	double get ();
	void set (double value);
}

See Also