Back to Devexpress

BarCodeGeneratorBase Class

corelibraries-devexpress-dot-xtraprinting-dot-barcode-f6c06b4d.md

latest5.7 KB
Original Source

BarCodeGeneratorBase Class

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

Declaration

csharp
public abstract class BarCodeGeneratorBase :
    StorableObjectBase,
    ICloneable
vb
Public MustInherit Class BarCodeGeneratorBase
    Inherits StorableObjectBase
    Implements ICloneable

The following members return BarCodeGeneratorBase objects:

LibraryRelated API Members
Cross-Platform Class LibraryBarCodeBrick.Generator
WinForms ControlsBarCodeControl.Symbology
.NET Reporting ToolsXRBarCode.Symbology

Remarks

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:

  1. Create a bar code control (either BarCodeControl or XRBarCode).
  2. Create the required descendant of the BarCodeGeneratorBase class and customize its settings.
  3. Assign this object to the bar code control’s Symbology property.

To learn more about bar codes, see the Using Bar Codes topic.

Inheritance

Show 42 items

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BarCodeGeneratorBase BarCode2DGenerator

CodabarGenerator

Code11Generator

Code128Generator

Code39Generator

Code93Generator

CodeMSIGenerator

DataBarGenerator

EAN13Generator

Industrial2of5Generator

Interleaved2of5Generator

PharmacodeGenerator

PostNetGenerator

UPCSupplementalNGeneratorBase

EAN8Generator

IntelligentMailGenerator

IntelligentMailPackageGenerator

ITF14Generator

Matrix2of5Generator

AztecCodeGenerator

DataMatrixGenerator

DataMatrixGS1Generator

DeutschePostIdentcodeGenerator

DeutschePostLeitcodeGenerator

EAN128Generator

SSCCGenerator

UPCAGenerator

UPCE0Generator

UPCE1Generator

UPCEGeneratorBase

UPCSupplemental2Generator

Code39ExtendedGenerator

Code93ExtendedGenerator

MicroQRCodeGenerator

PDF417Generator

QRCodeEPCGenerator

QRCodeGenerator

QRCodeGS1Generator

UPCSupplemental5Generator

See Also

BarCodeGeneratorBase Members

DevExpress.XtraPrinting.BarCode Namespace