BarCodeGeneratorBase Class
Defines the base class for all the classes used to generate bar codes.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(BarCodeGeneratorTypeConverter))]
public abstract class BarCodeGeneratorBase :
StorableObjectBase,
ICloneable
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.
Inheritance
Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
BarCodeGeneratorBase
See Also