RadControls for WPF

This is a control which encodes numbers into a series of bars. It is of variable length 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 RadBarcodePostnet : SingleSectionBarcodeBase
Visual Basic
Public Class RadBarcodePostnet _
	Inherits SingleSectionBarcodeBase

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..::..SingleSectionBarcodeBase
                  Telerik.Windows.Controls..::..RadBarcodePostnet

See Also