Back to Devexpress

BarCode.Margins Property

officefileapi-devexpress-dot-barcodes-dot-barcode-84ef2155.md

latest1.6 KB
Original Source

BarCode.Margins Property

Provides access to margin widths set for a bar code image.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public BarCodeMargins Margins { get; }
vb
Public ReadOnly Property Margins As BarCodeMargins

Property Value

TypeDescription
BarCodeMargins

A BarCodeMargins object containing margin widths for a bar code image.

|

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

BarCode Class

BarCode Members

DevExpress.BarCodes Namespace