DataMatrixEncoder
Class
Defines the DataMatrix encoder class.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class DataMatrixEncoder : Encoder2D
Inheritance: objectEncoderEncoder2DDataMatrixEncoder
Inherited Members
Constructors
Initializes a new instance of the DataMatrixEncoder class.
C#
public DataMatrixEncoder()
Properties
Gets or sets the DataMatrix encodation.
Gets or sets the barcode symbol size.
TextEncoding
Encoding
Gets or sets the character encoding of the barcode text content.
C#
[TypeConverter(typeof(EncodingConverter))]
public Encoding TextEncoding { get; set; }
A valid instance of Encoding class.