BarCodeBrick.Generator Property
Gets or sets the symbology (code type) for the barcode and the text displayed in the BarCodeBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public BarCodeGeneratorBase Generator { get; set; }
Property Value
Type | Description |
---|---|
BarCodeGeneratorBase | A BarCodeGeneratorBase object representing the symbology used in the current BarCodeBrick. |
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