Skip to main content

CodabarSymbology Class

Generates a Codabar bar code.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.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