Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
is2DCompositeComponent () | |
equals ($obj) | |
hashcode () | |
toString () | |
Static Public Member Functions | |
static | op_Equality ($first, $second) |
static | op_Inequality ($first, $second) |
Stores a DataBar additional information of recognized barcode BarCodeReader reader = new BarCodeReader("c:\\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()); }
equals | ( | $obj | ) |
Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value.
obj | An System.Object value to compare to this instance. |
hashcode | ( | ) |
Returns the hash code for this instance.
is2DCompositeComponent | ( | ) |
Gets the DataBar 2D composite component flag. Default value is false.
|
static |
Returns a value indicating whether the first
value is equal to the second.
first | A first compared value |
second | A second compared value |
|
static |
Returns a value indicating if the first DataBarExtendedParameters value is different from the second.
first | A first compared value |
second | A second compared value |
toString | ( | ) |
Returns a human-readable string representation of this DataBarExtendedParameters.