BarCodeGeneratorBase Class
Defines the base class for all the classes used to generate bar codes.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Related API Members
The following members return BarCodeGeneratorBase objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Bar |
Win |
Bar |
.NET Reporting Tools | XRBar |
#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:
- Create a bar code control (either BarCodeControl or XRBarCode).
- Create the required descendant of the BarCodeGeneratorBase class and customize its settings.
- Assign this object to the bar code control’s Symbology property.
To learn more about bar codes, see the Using Bar Codes topic.