New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a Data Matrix symbology implementation for 2D barcode generation.

Definition

Constructors

C#
public DataMatrix()

Fields

EncodationProperty

BindableProperty

Identifies the Encodation property.

C#
public static readonly BindableProperty EncodationProperty

SymbolSizeProperty

BindableProperty

Identifies the SymbolSize property.

C#
public static readonly BindableProperty SymbolSizeProperty

TextEncodingProperty

BindableProperty

Identifies the TextEncoding property.

C#
public static readonly BindableProperty TextEncodingProperty

Properties

Gets or sets the type of encoded data.

C#
public Encodation Encodation { get; set; }
Property Value:

The Encodation used for encoding the data.

Gets or sets the symbol size.

C#
public SymbolSize SymbolSize { get; set; }
Property Value:

The SymbolSize that determines the dimensions of the Data Matrix.

Gets or sets the encoding type.

C#
public Encoding TextEncoding { get; set; }
Property Value:

The Encoding used for text encoding.

Methods

Called when a property of the internal symbology changes.

C#
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters:propertyNamestring

The name of the property that changed.

Overrides: SymbologyBase.OnInternalSymbologyPropertyChanged(string)

Called when a property of the Data Matrix symbology changes.

C#
protected override void OnSymbologyPropertyChanged(string propertyName)
Parameters:propertyNamestring

The name of the property that changed.

Overrides: SymbologyBase.OnSymbologyPropertyChanged(string)