corelibraries-devexpress-dot-xtraprinting-7e0a0069.md
A visual brick that contains a barcode.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[BrickExporter(typeof(BarCodeBrickExporter))]
public class BarCodeBrick :
TextBrickBase,
IBarCodeData
<BrickExporter(GetType(BarCodeBrickExporter))>
Public Class BarCodeBrick
Inherits TextBrickBase
Implements IBarCodeData
BarCodeBrick is used to draw a barcode in a document.
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.
IXtraSupportDeserializeCollectionItem
Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick VisualBrick TextBrickBase BarCodeBrick
See Also