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