BarCodeBrick Class
A visual brick that contains a barcode.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
[BrickExporter(typeof(BarCodeBrickExporter))]
public class BarCodeBrick :
TextBrickBase,
IBarCodeData
Remarks
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.
Inheritance
Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
BrickBase
Brick
VisualBrick
TextBrickBase
BarCodeBrick
See Also