RadControls for WPF

Code 93 was designed to complement and improve upon Code 39. Code 93 is similar in that it, like Code 39, can represent the full ASCII character set by using combinations of 2 characters. It differs in that Code 93 is a continuous barcode and produces denser code. It also encodes 47 characters compared to Code 39's 43 characters.

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

Syntax

C#
public class RadBarcode93 : SingleSectionBarcodeBase
Visual Basic
Public Class RadBarcode93 _
	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..::..RadBarcode93

See Also