MaxiCodeExtendedParameters
Source: Recognition.
Stores a MaxiCode additional information of recognized barcode
new MaxiCodeExtendedParameters()
Methods
equals(obj)
Returns a value indicating whether this instance is equal to a specified
Parameter
Name | Type | Optional | Description |
---|---|---|---|
obj |
|
|
An Object value to compare to this instance. |
- Returns
-
true if obj has the same value as this instance; otherwise, false.
getHashCode()
Returns the hash code for this instance.
- Returns
-
A 32-bit signed integer hash code.
getMaxiCodeMode()
Gets a MaxiCode encode mode. Default value: Mode4
getMaxiCodeStructuredAppendModeBarcodeId()
Gets a MaxiCode barcode id in structured append mode. Default value: 0
getMaxiCodeStructuredAppendModeBarcodesCount()
Gets a MaxiCode barcodes count in structured append mode. Default value: -1
setMaxiCodeMode()
Sets a MaxiCode encode mode. Default value: Mode4
setMaxiCodeStructuredAppendModeBarcodeId()
Sets a MaxiCode barcode id in structured append mode. Default value: 0
setMaxiCodeStructuredAppendModeBarcodesCount()
Sets a MaxiCode barcodes count in structured append mode. Default value: -1
toString()
Returns a human-readable string representation of this
- Returns
-
A string that represents this
.