Methods
getAspectRatio()
- Source:
getColumns()
- Source:
getDataMatrixEcc()
Default value: DataMatrixEccType.ECC_200.
- Source:
getDataMatrixEncodeMode()
Default value: DataMatrixEncodeMode.AUTO.
- Source:
getDataMatrixVersion()
Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto.
- Source:
getECIEncoding()
Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1
- Source:
getMacroCharacters()
5.2.4.7 Macro characters
11.3 Protocol for Macro characters in the first position (ECC 200 only)
Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes.
Can be used only with DataMatrixEccType.ECC_200 or DataMatrixEccType.ECC_AUTO.
Cannot be used with EncodeTypes.GS_1_DATA_MATRIX
Default value: MacroCharacter.NONE.
- Source:
getRows()
- Source:
getStructuredAppendBarcodeId()
Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0
- Source:
getStructuredAppendBarcodesCount()
Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0
- Source:
getStructuredAppendFileId()
File ID for Structured Append mode of Datamatrix barcode. Default value: 0
- Source:
isReaderProgramming()
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false
- Source:
setAspectRatio()
- Source:
setColumns()
- Source:
setDataMatrixEcc()
Default value: DataMatrixEccType.ECC_200.
- Source:
setDataMatrixEncodeMode()
Default value: DataMatrixEncodeMode.AUTO.
- Source:
setDataMatrixVersion()
Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto.
- Source:
setECIEncoding()
Sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1
- Source:
setMacroCharacters()
5.2.4.7 Macro characters
11.3 Protocol for Macro characters in the first position (ECC 200 only)
Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes.
Can be used only with DataMatrixEccType.ECC_200 or DataMatrixEccType.ECC_AUTO.
Cannot be used with EncodeTypes.GS_1_DATA_MATRIX
Default value: MacroCharacter.NONE.
- Source:
setReaderProgramming()
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false
- Source:
setRows()
- Source:
setStructuredAppendBarcodeId()
Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0
- Source:
setStructuredAppendBarcodesCount()
Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0
- Source:
setStructuredAppendFileId()
File ID for Structured Append mode of Datamatrix barcode. Default value: 0
- Source:
toString()
Returns:
Type | Description |
---|---|
presentation of this DataMatrixParameters. |
- Source: