Skip to main content
A newer version of this page is available. .

BarCodeBrick Class

A visual brick that contains a barcode.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[BrickExporter(typeof(BarCodeBrickExporter))]
public class BarCodeBrick :
    TextBrickBase,
    IBarCodeData

Remarks

BarCodeBrick is used to draw a barcode in a document.

barcodebrick

The barcode type is specified via the BarCodeBrick.Generator property, and other settings are provided by the BarCodeBrick.Module, BarCodeBrick.Alignment, BarCodeBrick.Orientation and BarCodeBrick.ShowText properties.

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also