![]() |
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| getQRStructuredAppendModeBarCodesQuantity () | |
| getQRStructuredAppendModeBarCodeIndex () | |
| getQRStructuredAppendModeParityData () | |
| getQRVersion () | |
| getMicroQRVersion () | |
| getRectMicroQRVersion () | |
| getQRErrorLevel () | |
| isEmpty () | |
| equals (QRExtendedParameters $obj) | |
| hashCode () | |
| toString () | |
Public Member Functions inherited from BaseJavaClass | |
| __construct ($javaClass) | |
| getJavaClass () | |
| getJavaClassName () | |
| isNull () | |
| printJavaClassName () | |
Protected Member Functions | |
| init () | |
Protected Member Functions inherited from BaseJavaClass | |
| setJavaClass ($javaClass) | |
Stores a QR Structured Append information of recognized barcode
This sample shows how to get QR Structured Append data
| QRExtendedParameters::equals | ( | QRExtendedParameters | $obj | ) |
Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value.
| QRExtendedParameters | $obj | An object value to compare to this instance. |
| QRExtendedParameters::getMicroQRVersion | ( | ) |
Version of recognized MicroQR Code. From M1 to M4.
| QRExtendedParameters::getQRErrorLevel | ( | ) |
Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
| QRExtendedParameters::getQRStructuredAppendModeBarCodeIndex | ( | ) |
Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode.
| QRExtendedParameters::getQRStructuredAppendModeBarCodesQuantity | ( | ) |
Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode.
| QRExtendedParameters::getQRStructuredAppendModeParityData | ( | ) |
Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode.
| QRExtendedParameters::getQRVersion | ( | ) |
Version of recognized QR Code. From Version1 to Version40.
| QRExtendedParameters::getRectMicroQRVersion | ( | ) |
Version of recognized RectMicroQR Code. From R7x43 to R17x139.
| QRExtendedParameters::hashCode | ( | ) |
Returns the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
| QRExtendedParameters::isEmpty | ( | ) |
| QRExtendedParameters::toString | ( | ) |
Returns a human-readable string representation of this QRExtendedParameters.