Class MaxiCodeExtendedParameters

java.lang.Object
com.aspose.barcode.barcoderecognition.BaseExtendedParameters
com.aspose.barcode.barcoderecognition.MaxiCodeExtendedParameters

public final class MaxiCodeExtendedParameters extends BaseExtendedParameters

Stores a MaxiCode additional information of recognized barcode

  • Method Details

    • getMode

      public final int getMode()

      Gets a MaxiCode encode mode. Default value: Mode4

      Returns:
      a MaxiCode encode mode.
    • getMaxiCodeMode

      @Deprecated public final int getMaxiCodeMode()
      Deprecated.
      Use Mode instead

      Gets 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 public final int getMaxiCodeStructuredAppendModeBarcodeId()
      Deprecated.
      Use StructuredAppendModeBarcodeId instead

      Gets 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 public final int getMaxiCodeStructuredAppendModeBarcodesCount()
      Deprecated.
      Use StructuredAppendModeBarcodesCount instead

      Gets a MaxiCode barcodes count in structured append mode. Default value: -1

      Returns:
      a MaxiCode barcodes count in structured append mode.
    • equals

      public boolean equals(Object obj)

      Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value.

      Overrides:
      equals in class Object
      Parameters:
      obj - An System.Object value to compare to this instance.
      Returns:
      <b>true</b> if obj has the same value as this instance; otherwise, <b>false</b>.
    • op_Equality

      public static boolean op_Equality(MaxiCodeExtendedParameters first, MaxiCodeExtendedParameters second)

      Returns a value indicating whether the first MaxiCodeExtendedParameters value is equal to the second.

      Parameters:
      first - A first compared value
      second - 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 MaxiCodeExtendedParameters value is different from the second.

      Parameters:
      first - A first compared value
      second - 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.

      Overrides:
      hashCode in class Object
      Returns:
      A 32-bit signed integer hash code.
    • toString

      public String toString()

      Returns a human-readable string representation of this MaxiCodeExtendedParameters.

      Overrides:
      toString in class Object
      Returns:
      A string that represents this MaxiCodeExtendedParameters.