Class RadBarcode39Extended
RadBarcode39Extended is a control which encodes alphanumeric characters into a series of bars. It is of variable length and accepts uppercase letters, as well as numbers. It includes an optional Mod 43 checksum.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[Obsolete("Use RadBarcode with the Code39Extended symbology. More info on upgrading at https://docs.telerik.com/devtools/wpf/controls/radbarcode/upgrading")]
public class RadBarcode39Extended : SingleSectionBarcodeBase
Constructors
RadBarcode39Extended()
Initializes a new instance of the RadBarcode39Extended class.
Declaration
public RadBarcode39Extended()
Methods
MeasureOverride(Size)
This code handles the sizing for the barcode, depending on the ratio and the available size.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |