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

XRCode39ExtendedGenerator Class

OBSOLETE

The DevExpress.XtraReports.UI.BarCode.XRCode39ExtendedGenerator class is now obsolete. Use the Code39ExtendedGenerator class instead.

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

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Remarks

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

Implements

DevExpress.Printing.Utils.DocumentStoring.IStorableObject

Inheritance

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