Back to Devexpress

BarCodeBrick Class

corelibraries-devexpress-dot-xtraprinting-7e0a0069.md

latest2.6 KB
Original Source

BarCodeBrick Class

A visual brick that contains a barcode.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[BrickExporter(typeof(BarCodeBrickExporter))]
public class BarCodeBrick :
    TextBrickBase,
    IBarCodeData
vb
<BrickExporter(GetType(BarCodeBrickExporter))>
Public Class BarCodeBrick
    Inherits TextBrickBase
    Implements 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.

Implements

IXtraSupportDeserializeCollectionItem

ITableCell

IBrick

IBarCodeData

Inheritance

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick VisualBrick TextBrickBase BarCodeBrick

See Also

BarCodeBrick Members

Bricks

Classes Hierarchy: Bricks

DevExpress.XtraPrinting Namespace