Skip to main content

BarCodeBrick Class

A visual brick that contains a barcode.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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