DataMatrixParameters

DataMatrixParameters class

DataMatrix parameters.

The DataMatrixParameters type exposes the following members:

Properties

Name Description
data_matrix_ecc Gets or sets a Datamatrix ECC type.
Default value: DataMatrixEccType.Ecc200.
data_matrix_version Gets or sets a Datamatrix symbol size.
Default value: DataMatrixVersion.Auto.
data_matrix_encode_mode Encode mode of Datamatrix barcode.
Default value: DataMatrixEncodeMode.Auto.
structured_append_barcode_id Barcode ID for Structured Append mode of Datamatrix barcode.
Default value: 0
structured_append_barcodes_count Barcodes count for Structured Append mode of Datamatrix barcode.
Default value: 0
structured_append_file_id File ID for Structured Append mode of Datamatrix barcode.
Default value: 0
is_reader_programming Used to instruct the reader to interpret the data contained within the symbol
as programming for reader initialization.
Default value: false
macro_characters 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.
columns Columns count.
rows Rows count.
aspect_ratio Height/Width ratio of 2D BarCode module.
code_text_encoding Gets or sets the encoding of codetext.
Default value: UTF-8
eci_encoding Gets or sets ECI encoding. Used when DataMatrixEncodeMode is Auto.
Default value: ISO-8859-1

See Also