ClassDataMatrix
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
DataMatrix()
Declaration
public DataMatrix()
Fields
EncodationProperty
Identifies the Encodation property.
Declaration
public static readonly BindableProperty EncodationProperty
Field Value
BindableProperty
SymbolSizeProperty
Identifies the SymbolSize property.
Declaration
public static readonly BindableProperty SymbolSizeProperty
Field Value
BindableProperty
TextEncodingProperty
Identifies the TextEncoding property.
Declaration
public static readonly BindableProperty TextEncodingProperty
Field Value
BindableProperty
Properties
Encodation
Gets or sets the type of encoded data.
Declaration
public Encodation Encodation { get; set; }
Property Value
The Encodation used for encoding the data.
SymbolSize
Gets or sets the symbol size.
Declaration
public SymbolSize SymbolSize { get; set; }
Property Value
The SymbolSize that determines the dimensions of the Data Matrix.
TextEncoding
Gets or sets the encoding type.
Methods
OnInternalSymbologyPropertyChanged(string)
Called when a property of the internal symbology changes.
Declaration
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property that changed.
Overrides
OnSymbologyPropertyChanged(string)
Called when a property of the Data Matrix symbology changes.
Declaration
protected override void OnSymbologyPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property that changed.
Overrides