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

XRIndustrial2of5Generator Class

OBSOLETE

The DevExpress.XtraReports.UI.BarCode.XRIndustrial2of5Generator class is now obsolete. Use the Industrial2of5Generator class instead.

Represents the class used to generate an Industrial 2 of 5 bar code.

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

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

Remarks

Use the BarCodeGeneratorBase.CalcCheckSum and Industrial2of5Generator.WideNarrowRatio properties to specify the parameters specific to the Industrial 2 of 5 bar code.

Implements

DevExpress.Printing.Utils.DocumentStoring.IStorableObject

Inheritance

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