IBarcodeSettings
LeftMargin Property
|
The horizontal left offset width of the barcode to the border.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
float LeftMargin { get; set; }
Property LeftMargin As Single
Get
Set
property float LeftMargin {
float get ();
void set (float value);
}
abstract LeftMargin : float32 with get, set
Property Value
Type:
Single
See Also