Class 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
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataMatrix : SymbologyBase, 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
Encodation
|
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.Text.Encoding
|
SymbolSize
Gets or sets the symbol size and shape of the generated barcode.
Declaration
public SymbolSize SymbolSize { get; set; }
Property Value
SymbolSize
|