Class DataMatrixParameters

DataMatrixParameters class

DataMatrix parameters.

public class DataMatrixParameters

Properties

NameDescription
AspectRatio { get; set; }Height/Width ratio of 2D BarCode module.
DataMatrixEcc { get; set; }Gets or sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200.
DataMatrixEncodeMode { get; set; }Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.Auto.
DataMatrixVersion { get; set; }Gets or sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto.
ECIEncoding { get; set; }Gets or sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1
IsReaderProgramming { get; set; }Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false
MacroCharacters { get; set; }Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS1DataMatrix Default value: MacroCharacters.None.
StructuredAppendBarcodeId { get; set; }Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0
StructuredAppendBarcodesCount { get; set; }Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0
StructuredAppendFileId { get; set; }File ID for Structured Append mode of Datamatrix barcode. Default value: 0

Methods

NameDescription
override ToString()Returns a human-readable string representation of this DataMatrixParameters.

See Also