BarCode.Margins Property
In This Article
Provides access to margin widths set for a bar code image.
Namespace: DevExpress.BarCodes
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public BarCodeMargins Margins { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
If the BarCode.AutoSize is set to true, the Margins only affects the printout and PDF export.
Use the BarCodeMargins.Left, BarCodeMargins.Right, BarCodeMargins.Top and BarCodeMargins.Bottom properties to define margins for the bar code image.
See Also