Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.89 KB

DataMatrixParams.md

File metadata and controls

18 lines (14 loc) · 1.89 KB

DataMatrixParams

DataMatrix parameters.

Properties

Name Type Description Notes
AspectRatio float64 Height/Width ratio of 2D BarCode module [optional] [default to null]
TextEncoding string 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] [default to null]
Columns int32 DEPRECATED: Will be replaced with 'DataMatrix.Version' in the next release Columns count. [optional] [default to null]
DataMatrixEcc *DataMatrixEccType Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. [optional] [default to null]
DataMatrixEncodeMode *DataMatrixEncodeMode Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.Auto. [optional] [default to null]
Rows int32 DEPRECATED: Will be replaced with 'DataMatrix.Version' in the next release Rows count. [optional] [default to null]
MacroCharacters *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] [default to null]
Version *DataMatrixVersion Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. [optional] [default to null]

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