Class DataBarExtendedParameters

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

public class DataBarExtendedParameters extends BaseExtendedParameters
Stores a DataBar additional information of recognized barcode BarCodeReader reader = new BarCodeReader("test.png", DecodeType.DATABAR_OMNI_DIRECTIONAL); for(BarCodeResult result : reader.readBarCodes()) System.out.println("BarCode Type: " + result.getCodeTypeName()); System.out.println("BarCode CodeText: " + result.getCodeText()); System.out.println("QR Structured Append Quantity: " + result.getExtended().getQR().getQRStructuredAppendModeBarCodesQuantity());
  • Method Details

    • is2DCompositeComponent

      public boolean is2DCompositeComponent()
      Gets the DataBar 2D composite component flag. Default value is false.
      Returns:
      The DataBar 2D composite component flag.
    • equals

      public boolean equals(Object obj)
      Returns a value indicating whether this instance is equal to a specified value.
      Overrides:
      equals in class Object
      Parameters:
      obj - An System.Object value to compare to this instance.
      Returns:
      true if obj has the same value as this instance; otherwise, false.
    • 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 .
      Overrides:
      toString in class Object
      Returns:
      A string that represents this .