Gets or sets the extra space inside the border. 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 Margin BarcodePadding { get; set; }
Visual Basic
Public Property BarcodePadding As Margin
	Get
	Set
Visual C++
public:
property Margin^ BarcodePadding {
	Margin^ get ();
	void set (Margin^ value);
}

See Also