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

Inherits BaseJavaClass.

Public Member Functions

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

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 ( DataBarExtendedParameters  $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.

◆ toString()

toString ( )

Returns a human-readable string representation of this DataBarExtendedParameters.

Returns
A string that represents this DataBarExtendedParameters.