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

CodabarSymbology Class

Generates a Codabar bar code.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public class CodabarSymbology :
    SymbologyBase<CodabarGenerator>

Remarks

Use the CodabarGenerator.StartStopPair and CodabarGenerator.WideNarrowRatio properties to specify the parameters specific to the Codabar type of bar code.

Inheritance

Object
DependencyObject
UIElement
FrameworkElement
SymbologyBase
SymbologyBase<DevExpress.WinUI.Controls.Internal.CodabarGenerator>
CodabarSymbology
See Also