Class MaxiCodeExtendedParameters
Stores a MaxiCode additional information of recognized barcode
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns a value indicating whether this instance is equal to a specifiedMaxiCodeExtendedParametersvalue.final intDeprecated.Use Mode insteadfinal intDeprecated.Use StructuredAppendModeBarcodeId insteadfinal intDeprecated.Use StructuredAppendModeBarcodesCount insteadfinal intgetMode()Gets a MaxiCode encode mode.final intGets a MaxiCode barcode id in structured append mode.final intGets a MaxiCode barcodes count in structured append mode.inthashCode()Returns the hash code for this instance.static booleanop_Equality(MaxiCodeExtendedParameters first, MaxiCodeExtendedParameters second) Returns a value indicating whether the firstMaxiCodeExtendedParametersvalue is equal to the second.static booleanop_Inequality(MaxiCodeExtendedParameters first, MaxiCodeExtendedParameters second) Returns a value indicating if the firstMaxiCodeExtendedParametersvalue is different from the second.toString()Returns a human-readable string representation of thisMaxiCodeExtendedParameters.Methods inherited from class com.aspose.barcode.barcoderecognition.BaseExtendedParameters
isEmpty
-
Method Details
-
getMode
public final int getMode()Gets a MaxiCode encode mode. Default value: Mode4
- Returns:
- a MaxiCode encode mode.
-
getMaxiCodeMode
Deprecated.Use Mode insteadGets a MaxiCode encode mode. Default value: Mode4
- Returns:
- a MaxiCode encode mode.
-
getStructuredAppendModeBarcodeId
public final int getStructuredAppendModeBarcodeId()Gets a MaxiCode barcode id in structured append mode. Default value: 0
- Returns:
- a MaxiCode barcode id in structured append mode.
-
getMaxiCodeStructuredAppendModeBarcodeId
Deprecated.Use StructuredAppendModeBarcodeId insteadGets a MaxiCode barcode id in structured append mode. Default value: 0
- Returns:
- a MaxiCode barcode id in structured append mode.
-
getStructuredAppendModeBarcodesCount
public final int getStructuredAppendModeBarcodesCount()Gets a MaxiCode barcodes count in structured append mode. Default value: -1
- Returns:
- a MaxiCode barcodes count in structured append mode.
-
getMaxiCodeStructuredAppendModeBarcodesCount
Deprecated.Use StructuredAppendModeBarcodesCount insteadGets a MaxiCode barcodes count in structured append mode. Default value: -1
- Returns:
- a MaxiCode barcodes count in structured append mode.
-
equals
Returns a value indicating whether this instance is equal to a specified
MaxiCodeExtendedParametersvalue. -
op_Equality
public static boolean op_Equality(MaxiCodeExtendedParameters first, MaxiCodeExtendedParameters second) Returns a value indicating whether the first
MaxiCodeExtendedParametersvalue is equal to the second.- Parameters:
first- A first compared valuesecond- A second compared value- Returns:
<b>true</b>if first has the same value as second; otherwise,<b>false</b>.
-
op_Inequality
public static boolean op_Inequality(MaxiCodeExtendedParameters first, MaxiCodeExtendedParameters second) Returns a value indicating if the first
MaxiCodeExtendedParametersvalue is different from the second.- Parameters:
first- A first compared valuesecond- A second compared value- Returns:
<b>true</b>if first has the different value from second; otherwise,<b>false</b>.
-
hashCode
public int hashCode()Returns the hash code for this instance.
-
toString
Returns a human-readable string representation of this
MaxiCodeExtendedParameters.- Overrides:
toStringin classObject- Returns:
- A string that represents this
MaxiCodeExtendedParameters.
-