Back to Devexpress

UPCSupplementalNGeneratorBase Class

corelibraries-devexpress-dot-xtraprinting-dot-barcode-765654f0.md

latest2.2 KB
Original Source

UPCSupplementalNGeneratorBase Class

Defines the base class for the UPCSupplemental2Generator and UPCSupplemental5Generator classes.

Namespace : DevExpress.XtraPrinting.BarCode

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public abstract class UPCSupplementalNGeneratorBase :
    BarCodeGeneratorBase
vb
Public MustInherit Class UPCSupplementalNGeneratorBase
    Inherits BarCodeGeneratorBase

Remarks

This class implements the functionality common to the UPC Supplemental 2 and UPC Supplemental 5 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 BarCodeGeneratorBase UPCSupplementalNGeneratorBase UPCSupplemental2Generator

UPCSupplemental5Generator

See Also

UPCSupplementalNGeneratorBase Members

DevExpress.XtraPrinting.BarCode Namespace