RadControls for WPF

RadBarcodeEAN8 is a control which encodes numbers into a series of bars. It is of fixed length, of 7 digits, and accepts numbers only. It includes a checksum.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public class RadBarcodeEAN8 : MultiSectionBarcodeBase
Visual Basic
Public Class RadBarcodeEAN8 _
	Inherits MultiSectionBarcodeBase

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Telerik.Windows.Controls.Barcode..::..BarcodeBase
                Telerik.Windows.Controls.Barcode..::..MultiSectionBarcodeBase
                  Telerik.Windows.Controls..::..RadBarcodeEAN8

See Also