Class DataMatrixEncoder
Defines the DataMatrix encoder class.
Inherited Members
Namespace: Telerik.Reporting.Barcodes
Assembly: Telerik.Reporting.dll
Syntax
public class DataMatrixEncoder : Encoder2D
Constructors
DataMatrixEncoder()
Properties
Encodation
Gets or sets the DataMatrix encodation.
Declaration
public Encodation Encodation { get; set; }
Property Value
Encodation
A member of Encodation enumeration. |
SymbolSize
Gets or sets the barcode symbol size.
Declaration
public SymbolSize SymbolSize { get; set; }
Property Value
Symbol A member of Symbol |
TextEncoding
Gets or sets the character encoding of the barcode text content.
Declaration
public Encoding TextEncoding { get; set; }
Property Value
System. A valid instance of System. |