Aspose.Barcode for PHP via Java Generation and Recognition API docs
DataBarExtendedParameters Class Reference

Inherits BaseJavaClass.

Public Member Functions

 is2DCompositeComponent ()
 
 equals ($obj)
 
 hashcode ()
 
 toString ()
 

Static Public Member Functions

static op_Equality ($first, $second)
 
static op_Inequality ($first, $second)
 

Detailed Description

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()); }

Member Function Documentation

◆ equals()

equals (   $obj)

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

Parameters
objAn System.Object value to compare to this instance.
Returns
true if obj has the same value as this instance; otherwise, false.

◆ hashcode()

hashcode ( )

Returns the hash code for this instance.

Returns
A 32-bit signed integer hash code.

◆ is2DCompositeComponent()

is2DCompositeComponent ( )

Gets the DataBar 2D composite component flag. Default value is false.

Returns
The DataBar 2D composite component flag.

◆ op_Equality()

static op_Equality (   $first,
  $second 
)
static

Returns a value indicating whether the first

BarCodeExtendedParameters

value is equal to the second.

Returns
<b>true</b>
if first has the same value as second; otherwise,
<b>false</b>
.
Parameters
firstA first compared value
secondA second compared value

◆ op_Inequality()

static op_Inequality (   $first,
  $second 
)
static

Returns a value indicating if the first DataBarExtendedParameters value is different from the second.

Parameters
firstA first compared value
secondA second compared value
Returns
true if first has the different value from second; otherwise, false.

◆ toString()

toString ( )

Returns a human-readable string representation of this DataBarExtendedParameters.

Returns
A string that represents this DataBarExtendedParameters.