Skip to main content

Industrial2of5Symbology Class

Generates an Industrial 2 of 5 bar code. Standard 2 of 5 is a low-density numerical barcode that was introduced in the 1960s. It has been used in the photofinishing and warehouse sorting industries, as well as to sequentially number airline tickets.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class Industrial2of5Symbology :
    Industrial2of5SymbologyBase<Industrial2of5Generator>

Remarks

<Window ...
    xmlns:dxc="using:DevExpress.WinUI.Controls">
    <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center">
        <dxc:BarCodeControl Text="10199201" >
            <dxc:BarCodeControl.Symbology>
                <dxc:Industrial2of5Symbology />
            </dxc:BarCodeControl.Symbology>
        </dxc:BarCodeControl>
    </StackPanel>
</Window>

BarCode - Industrial2of5 Symbology

Inheritance

Object
DependencyObject
UIElement
FrameworkElement
SymbologyBase
SymbologyBase<DevExpress.WinUI.Controls.Internal.Industrial2of5Generator>
SymbologyCheckSumBase<DevExpress.WinUI.Controls.Internal.Industrial2of5Generator>
Industrial2of5SymbologyBase<DevExpress.WinUI.Controls.Internal.Industrial2of5Generator>
Industrial2of5Symbology
See Also