Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.76 KB

File metadata and controls

18 lines (14 loc) · 1.76 KB

DataMatrixParams

DataMatrix parameters.

Properties

Name Type Description Notes
aspect_ratio float Height/Width ratio of 2D BarCode module [optional]
text_encoding str DEPRECATED: This property is obsolete and will be removed in future releases. Unicode symbols detection and encoding will be processed in Auto mode with Extended Channel Interpretation charset designator. Using of own encodings requires manual CodeText encoding into byte[] array. Sets the encoding of codetext. [optional]
columns int DEPRECATED: Will be replaced with 'DataMatrix.Version' in the next release Columns count. [optional]
data_matrix_ecc DataMatrixEccType Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. [optional]
data_matrix_encode_mode DataMatrixEncodeMode Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.Auto. [optional]
rows int DEPRECATED: Will be replaced with 'DataMatrix.Version' in the next release Rows count. [optional]
macro_characters MacroCharacter 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. [optional]
version DataMatrixVersion Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. [optional]

[Back to Model list] [Back to API list] [Back to README]