Skip to main content
A newer version of this page is available. .

Code128Generator Class

Represents the class used to generate a Code 128 bar code.

Namespace: DevExpress.XtraPrinting.BarCode

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

Declaration

public class Code128Generator :
    BarCodeGeneratorBase

Remarks

Use the Code128Generator.CharacterSet property to specify the parameters specific to the Code 128 bar code.

Refer to the Code 128 topic to learn more about this type of bar code.

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also