Skip to main content
A newer version of this page is available.

XRCodabarGenerator Class

OBSOLETE

The DevExpress.XtraReports.UI.BarCodeXRCodabarGenerator. class is now obsolete. Use the CodabarGenerator class instead.

Represents the class used to generate a Codabar bar code.

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Obsolete("The DevExpress.XtraReports.UI.BarCodeXRCodabarGenerator. class is now obsolete. Use the DevExpress.XtraPrinting.BarCode.CodabarGenerator class instead.")]
public class XRCodabarGenerator :
    CodabarGenerator,
    IXRSerializable

Remarks

Use the CodabarGenerator.StartSymbol, CodabarGenerator.StopSymbol and CodabarGenerator.WideNarrowRatio properties to specify the parameters specific to the Codabar type of bar code.

Implements

DevExpress.Printing.Utils.DocumentStoring.IStorableObject
DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also