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

XRCode39Generator Class

OBSOLETE

The DevExpress.XtraReports.UI.BarCode.XRCode39Generator class is now obsolete. Use the Code39Generator class instead.

Represents the class used to generate a Code 39 bar code.

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Remarks

Use the BarCodeGeneratorBase.CalcCheckSum and Code39Generator.WideNarrowRatio properties to specify the parameters specific to the Code 39 type of bar code.

Implements

DevExpress.Printing.Utils.DocumentStoring.IStorableObject

Inheritance

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