Class
DataMatrix

Represents the DataMatrix 2D barcode.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class DataMatrix : SymbologyBase

Inheritance: objectInheritanceContextPropagatorSymbologyBaseDataMatrix

Inherited Members SymbologyBase.AutoChecksumPropertySymbologyBase.ModulePropertySymbologyBase.SizingModePropertySymbologyBase.AutoChecksumSymbologyBase.ModuleSymbologyBase.SizingModeInheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

DataMatrix()

Declaration

cs-api-definition
public DataMatrix()

Fields

EncodationProperty

Registers the Encodation Dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EncodationProperty

Field Value

DependencyProperty

SymbolSizeProperty

Registers the SymbolSize Dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SymbolSizeProperty

Field Value

DependencyProperty

TextEncodingProperty

Registers the Encodation Dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextEncodingProperty

Field Value

DependencyProperty

Properties

Encodation

Gets or sets the encodation of the DataMatrix. This is the algorithm used for representing the string value in binary format.

Declaration

cs-api-definition
public Encodation Encodation { get; set; }

Property Value

Encodation

SymbolSize

Gets or sets the size of the resulting DataMatrix barcode.

Declaration

cs-api-definition
public SymbolSize SymbolSize { get; set; }

Property Value

SymbolSize

TextEncoding

Gets or sets the encoding that will be used to convert the string value of the symbology to a byte representation.

Declaration

cs-api-definition
public Encoding TextEncoding { get; set; }

Property Value

Encoding

Methods

OnSymbologyModelPropertyChanged(string)

Occurs when a property of the symbology model changes.

Declaration

cs-api-definition
protected override void OnSymbologyModelPropertyChanged(string propertyName)

Parameters

propertyName

string

Overrides SymbologyBase.OnSymbologyModelPropertyChanged(string)

OnSymbologyPropertyChanged()

Occurs when a property of the symbology changes.

Declaration

cs-api-definition
protected override void OnSymbologyPropertyChanged()

Overrides SymbologyBase.OnSymbologyPropertyChanged()