New to Telerik ReportingStart a free 30-day trial

Defines the DataMatrix encoder class.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class DataMatrixEncoder : Encoder2D

Inheritance: objectEncoderEncoder2DDataMatrixEncoder

Inherited Members Encoder.ToString()

Constructors

Initializes a new instance of the DataMatrixEncoder class.

C#
public DataMatrixEncoder()

Properties

Gets or sets the DataMatrix encodation.

C#
public Encodation Encodation { get; set; }
Property Value:

A member of Encodation enumeration.

Gets or sets the barcode symbol size.

C#
public SymbolSize SymbolSize { get; set; }
Property Value:

A member of SymbolSize enumeration.

TextEncoding

Encoding

Gets or sets the character encoding of the barcode text content.

C#
[TypeConverter(typeof(EncodingConverter))]
public Encoding TextEncoding { get; set; }
Property Value:

A valid instance of Encoding class.