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
SymbolSize
A member of SymbolSize enumeration. |
TextEncoding
Gets or sets the character encoding of the barcode text content.
Declaration
public Encoding TextEncoding { get; set; }
Property Value
System.Text.Encoding
A valid instance of System.Text.Encoding class. |