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

XRMatrix2of5Generator Class

OBSOLETE

The DevExpress.XtraReports.UI.BarCode.XRMatrix2of5Generator class is now obsolete. Use the Matrix2of5Generator class instead.

Represents the class used to generate a Matrix 2 of 5 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.XRMatrix2of5Generator class is now obsolete. Use the DevExpress.XtraPrinting.BarCode.Matrix2of5Generator class instead.")]
public class XRMatrix2of5Generator :
    Matrix2of5Generator,
    IXRSerializable

Remarks

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

Implements

DevExpress.Printing.Utils.DocumentStoring.IStorableObject

Inheritance

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