RadControls for WPF

RadBarcodeEAN13 is a control which encodes numbers into a series of bars. It is of fixed length, of 12 digits, and accepts numbers. 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 RadBarcodeEAN13 : MultiSectionBarcodeBase, 
	ISupportLeadingText
Visual Basic
Public Class RadBarcodeEAN13 _
	Inherits MultiSectionBarcodeBase _
	Implements ISupportLeadingText

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..::..RadBarcodeEAN13

See Also