DataMatrixParameters

DataMatrixParameters class

DataMatrix parameters.

The DataMatrixParameters type exposes the following members:

Properties

NameDescription
data_matrix_eccGets or sets a Datamatrix ECC type.
Default value: DataMatrixEccType.Ecc200.
data_matrix_versionGets or sets a Datamatrix symbol size.
Default value: DataMatrixVersion.Auto.
data_matrix_encode_modeEncode mode of Datamatrix barcode.
Default value: DataMatrixEncodeMode.Auto.
structured_append_barcode_idBarcode ID for Structured Append mode of Datamatrix barcode.
Default value: 0
structured_append_barcodes_countBarcodes count for Structured Append mode of Datamatrix barcode.
Default value: 0
structured_append_file_idFile ID for Structured Append mode of Datamatrix barcode.
Default value: 0
is_reader_programmingUsed to instruct the reader to interpret the data contained within the symbol
as programming for reader initialization.
Default value: false
macro_charactersMacro 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.
columnsColumns count.
rowsRows count.
aspect_ratioHeight/Width ratio of 2D BarCode module.
eci_encodingGets or sets ECI encoding. Used when DataMatrixEncodeMode is Auto.
Default value: ISO-8859-1

See Also