Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

BarCode.Margins Property

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

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public BarCodeMargins Margins { get; }

Property Value

Type Description
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