DataMatrix
Represents a Data Matrix symbology implementation for 2D barcode generation.
Definition
Namespace:Telerik.Maui.Controls.Barcode
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataMatrix : SymbologyBase
Inheritance: objectSymbologyBaseDataMatrix
Inherited Members
Constructors
public DataMatrix()
Fields
EncodationProperty
BindableProperty
Identifies the Encodation property.
public static readonly BindableProperty EncodationProperty
SymbolSizeProperty
BindableProperty
Identifies the SymbolSize property.
public static readonly BindableProperty SymbolSizeProperty
TextEncodingProperty
BindableProperty
Identifies the TextEncoding property.
public static readonly BindableProperty TextEncodingProperty
Properties
Gets or sets the type of encoded data.
public Encodation Encodation { get; set; }
The Encodation used for encoding the data.
Gets or sets the symbol size.
public SymbolSize SymbolSize { get; set; }
The SymbolSize that determines the dimensions of the Data Matrix.
Gets or sets the encoding type.
Methods
Called when a property of the internal symbology changes.
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
The name of the property that changed.
Overrides:
Called when a property of the Data Matrix symbology changes.
protected override void OnSymbologyPropertyChanged(string propertyName)
The name of the property that changed.
Overrides: