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.v22.2.dll
NuGet Package: DevExpress.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.
Inheritance
Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
BarCodeGeneratorBase
Industrial2of5Generator
XRIndustrial2of5Generator
See Also