Class DataMatrix
Inheritance
System.Object
DataMatrix
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Barcode.Symbology
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataMatrix : ISymbology, INotifyPropertyChanged
Constructors
DataMatrix()
Declaration
public DataMatrix()
Properties
Encodation
Gets or sets the type of contents encoded by the Data Matrix barcode.
Declaration
public Encodation Encodation { get; set; }
Property Value
Encoding
Gets or sets the character encoding used to encode the barcode contents. Default value is UTF-8.
Declaration
public Encoding Encoding { get; set; }
Property Value
System.
|
SymbolSize
Gets or sets the symbol size and shape of the generated barcode.
Declaration
public SymbolSize SymbolSize { get; set; }
Property Value
Methods
CreateElements(IElementFactory, Rectangle)
Declaration
public void CreateElements(IElementFactory factory, Rectangle bounds)
Parameters
IElement
|
System.
|
Implements
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.
|
PopulateMatrix(String, Encodation, SymbolSize, Encoding)
Declaration
public void PopulateMatrix(string value, Encodation encodation, SymbolSize symbolSize, Encoding textEncoding)
Parameters
System.
|
Encodation
encodation
|
Symbol
|
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|