Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
getMacroPdf417FileID () | |
getMacroPdf417SegmentID () | |
getMacroPdf417SegmentsCount () | |
getMacroPdf417FileName () | |
getMacroPdf417FileSize () | |
getMacroPdf417Sender () | |
getMacroPdf417Addressee () | |
getMacroPdf417TimeStamp () | |
getMacroPdf417Checksum () | |
getMacroPdf417Terminator () | |
isReaderInitialization () | |
isLinked () | |
isCode128Emulation () | |
equals (Pdf417ExtendedParameters $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 MacroPdf417 metadata information of recognized barcode
This sample shows how to get Macro Pdf417 metadata
Pdf417ExtendedParameters::equals | ( | Pdf417ExtendedParameters | $obj | ) |
Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value.
Pdf417ExtendedParameters | $obj | An System.Object value to compare to this instance. |
Pdf417ExtendedParameters::getMacroPdf417Addressee | ( | ) |
Macro PDF417 addressee name (optional).
Pdf417ExtendedParameters::getMacroPdf417Checksum | ( | ) |
Macro PDF417 checksum (optional).
Pdf417ExtendedParameters::getMacroPdf417FileID | ( | ) |
Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417
Pdf417ExtendedParameters::getMacroPdf417FileName | ( | ) |
Macro PDF417 file name (optional).
Pdf417ExtendedParameters::getMacroPdf417FileSize | ( | ) |
Macro PDF417 file size (optional).
Pdf417ExtendedParameters::getMacroPdf417SegmentID | ( | ) |
Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode.
Pdf417ExtendedParameters::getMacroPdf417SegmentsCount | ( | ) |
Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count.
Pdf417ExtendedParameters::getMacroPdf417Sender | ( | ) |
Macro PDF417 sender name (optional).
Pdf417ExtendedParameters::getMacroPdf417Terminator | ( | ) |
Indicates whether the segment is the last segment of a Macro PDF417 file.
Pdf417ExtendedParameters::getMacroPdf417TimeStamp | ( | ) |
Macro PDF417 time stamp (optional).
Pdf417ExtendedParameters::hashCode | ( | ) |
Returns the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
Pdf417ExtendedParameters::isCode128Emulation | ( | ) |
Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords.
Pdf417ExtendedParameters::isLinked | ( | ) |
Flag that indicates that the barcode must be linked to 1D barcode.
Value: Linkage flag
Pdf417ExtendedParameters::isReaderInitialization | ( | ) |
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
Value: Reader initialization flag
Pdf417ExtendedParameters::toString | ( | ) |
Returns a human-readable string representation of this Pdf417ExtendedParameters.