Methods
equals(obj)
Returns a value indicating whether this instance is equal to a specified {@code DataMatrixExtendedParameters} value.
Parameters:
Name | Type | Description |
---|---|---|
obj |
An System.Object value to compare to this instance. |
Returns:
Type | Description |
---|---|
{@code true} if obj has the same value as this instance; otherwise, {@code false}. |
- Source:
getStructuredAppendBarcodeId()
Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1.
Value: The ID of the DataMatrix structured append mode barcode.- Source:
getStructuredAppendBarcodesCount()
Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
Value: The count of the DataMatrix structured append mode barcode.- Source:
getStructuredAppendFileId()
Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1.
Value: The ID of the DataMatrix structured append mode barcode.- Source:
hashCode()
Returns the hash code for this instance.
Returns:
Type | Description |
---|---|
A 32-bit signed integer hash code. |
- Source:
isReaderProgramming()
Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false.
- Source:
toString()
Returns a human-readable string representation of this {@code DataMatrixExtendedParameters}.
Returns:
Type | Description |
---|---|
A string that represents this {@code DataMatrixExtendedParameters}. |
- Source: