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

XREAN128Generator Class

OBSOLETE

The DevExpress.XtraReports.UI.BarCode.XREAN128Generator class is now obsolete. Use the EAN128Generator class instead.

Represents the class used to generate an EAN 128 bar code.

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Implements

DevExpress.Printing.Utils.DocumentStoring.IStorableObject

Inheritance

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