BarCodeBrick.Generator Property
In This Article
Gets or sets the symbology (code type) for the barcode and the text displayed in the BarCodeBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public BarCodeGeneratorBase Generator { get; set; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
The symbology determines the barcode’s type including the set of allowable characters. For more information on barcode symbologies, refer to Using Bar Codes document.
See Also