RadControls for Silverlight

RadBarcode128A is a control which encodes alphanumeric characters into a series of bars. It is of variable length and uses a double-density code for numerical values, thus producing a shorter BarCode as a result. It also includes an obligatory MOD 103 checksum.

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

Syntax

C#
public class RadBarcode128C : SingleSectionBarcodeBase
Visual Basic
Public Class RadBarcode128C _
	Inherits SingleSectionBarcodeBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls.Barcode..::..BarcodeBase
            Telerik.Windows.Controls.Barcode..::..SingleSectionBarcodeBase
              Telerik.Windows.Controls..::..RadBarcode128C

See Also