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

XRCode93Generator Class

OBSOLETE

The DevExpress.XtraReports.UI.BarCode.XRCode93Generator class is now obsolete. Use the Code93Generator class instead.

Represents the class used to generate a Code 93 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.BarCode.XRCode93Generator class is now obsolete. Use the DevExpress.XtraPrinting.BarCode.Code93Generator class instead.")]
public class XRCode93Generator :
    Code93Generator,
    IXRSerializable

Remarks

Use the BarCodeGeneratorBase.CalcCheckSum property to specify the parameters specific to the Code 93 type of bar code.

Implements

DevExpress.Printing.Utils.DocumentStoring.IStorableObject

Inheritance

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