Class DataMatrix
Represents the DataMatrix 2D barcode which consists of black and white "cells" arranged in either a square or rectangular pattern.
Inherited Members
Namespace: Telerik.XamarinForms.Barcode
Assembly: Telerik.XamarinForms.Barcode.dll
Syntax
public sealed class DataMatrix : SymbologyBase
Constructors
DataMatrix()
Declaration
public DataMatrix()
Fields
EncodationProperty
Declaration
public static readonly BindableProperty EncodationProperty
Field Value
Xamarin.Forms.BindableProperty
|
SymbolSizeProperty
Declaration
public static readonly BindableProperty SymbolSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextEncodingProperty
Declaration
public static readonly BindableProperty TextEncodingProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Encodation
Gets or sets the encodation of the DataMatrix. This is the algorithm used for representing the string value in binary format.
Declaration
public Encodation Encodation { get; set; }
Property Value
Encodation
|
SymbolSize
Gets or sets the size of the resulting DataMatrix barcode.
Declaration
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
public Encoding TextEncoding { get; set; }
Property Value
System.Text.Encoding
|
Methods
OnInternalSymbologyPropertyChanged(String)
Declaration
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Overrides
OnSymbologyPropertyChanged(String)
Declaration
protected override void OnSymbologyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|