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

UPCEGeneratorBase Class

Defines the base class for the UPCE0Generator and UPCE1Generator classes.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public abstract class UPCEGeneratorBase :
    UPCAGenerator

Remarks

This class implements the functionality common to the UPC-E0 and UPC-E1 types of bar code.

To learn more about bar codes see the Adding Bar Codes to Reports topic.

Inheritance

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