encodeHighLevel
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).
Return
the encoded message (the char values range from 0 to 255)
Parameters
the message
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).
Return
the encoded message (the char values range from 0 to 255)
Parameters
the message
requested shape. May be SymbolShapeHint.FORCE_NONE, SymbolShapeHint.FORCE_SQUARE or SymbolShapeHint.FORCE_RECTANGLE.
the minimum symbol size constraint or null for no constraint
the maximum symbol size constraint or null for no constraint
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).
Return
the encoded message (the char values range from 0 to 255)
Parameters
the message
requested shape. May be SymbolShapeHint.FORCE_NONE, SymbolShapeHint.FORCE_SQUARE or SymbolShapeHint.FORCE_RECTANGLE.
the minimum symbol size constraint or null for no constraint
the maximum symbol size constraint or null for no constraint
enforce C40 encoding