Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
__construct ($javaClass) | |
getStructuredAppendBarcodesCount () | |
getStructuredAppendBarcodeId () | |
getStructuredAppendFileId () | |
isReaderInitialization () | |
equals ($obj) | |
hashCode () | |
toString () | |
Public Member Functions inherited from BaseJavaClass | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Protected Member Functions | |
init () | |
Protected Member Functions inherited from BaseJavaClass | |
setJavaClass ($javaClass) | |
Stores special data of Aztec recognized barcode * This sample shows how to get Aztec raw values
AztecExtendedParameters::__construct | ( | $javaClass | ) |
Reimplemented from BaseJavaClass.
AztecExtendedParameters::equals | ( | $obj | ) |
Returns a value indicating whether this instance is equal to a specified
value.
obj | An System.Object value to compare to this instance. |
AztecExtendedParameters::getStructuredAppendBarcodeId | ( | ) |
Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0.
Value: The barcode ID of the Aztec structured append mode.
AztecExtendedParameters::getStructuredAppendBarcodesCount | ( | ) |
Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26.
Value: The barcodes count of the Aztec structured append mode.
AztecExtendedParameters::getStructuredAppendFileId | ( | ) |
Gets the File ID of the Aztec structured append mode. Default value is empty string
Value: The File ID of the Aztec structured append mode.
AztecExtendedParameters::hashCode | ( | ) |
Returns the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
AztecExtendedParameters::isReaderInitialization | ( | ) |
Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false.
AztecExtendedParameters::toString | ( | ) |
Returns a human-readable string representation of this
.