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

XRCode11Generator Class

OBSOLETE

The DevExpress.XtraReports.UI.BarCode.XRCode11Generator class is now obsolete. Use the Code11Generator class instead.

Represents the class used to generate a Code 11 bar code.

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Implements

DevExpress.Printing.Utils.DocumentStoring.IStorableObject

Inheritance

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