corelibraries-devexpress-dot-xtraprinting-dot-barcode-f6c06b4d.md
Defines the base class for all the classes used to generate bar codes.
Namespace : DevExpress.XtraPrinting.BarCode
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public abstract class BarCodeGeneratorBase :
StorableObjectBase,
ICloneable
Public MustInherit Class BarCodeGeneratorBase
Inherits StorableObjectBase
Implements ICloneable
The following members return BarCodeGeneratorBase objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | BarCodeBrick.Generator |
| WinForms Controls | BarCodeControl.Symbology |
| .NET Reporting Tools | XRBarCode.Symbology |
This class implements the functionality common to all bar code classes.
To create a bar code object of a particular type in code, do the following:
To learn more about bar codes, see the Using Bar Codes topic.
Show 42 items
Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BarCodeGeneratorBase BarCode2DGenerator
IntelligentMailPackageGenerator
DeutschePostIdentcodeGenerator
See Also