![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores a MacroPdf417 metadata information of recognized barcode. More...
Inherits BaseJavaClass.
Public Member Functions | |
| def | __init__ (self, javaClass) |
| bool | equals (self, Pdf417ExtendedParameters obj) |
| Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. More... | |
| Optional[str] | getMacroPdf417Addressee (self) |
| Macro PDF417 addressee name (optional). More... | |
| Optional[int] | getMacroPdf417Checksum (self) |
| Macro PDF417 checksum (optional). More... | |
| str | getMacroPdf417FileID (self) |
| Gets the file ID of the barcode, only available with MacroPdf417. More... | |
| Optional[str] | getMacroPdf417FileName (self) |
| Macro PDF417 file name (optional). More... | |
| Optional[int] | getMacroPdf417FileSize (self) |
| Macro PDF417 file size (optional). More... | |
| int | getMacroPdf417SegmentID (self) |
| Gets the segment ID of the barcode, only available with MacroPdf417. More... | |
| int | getMacroPdf417SegmentsCount (self) |
| Gets macro pdf417 barcode segments count. More... | |
| Optional[str] | getMacroPdf417Sender (self) |
| Macro PDF417 sender name (optional). More... | |
| bool | getMacroPdf417Terminator (self) |
| Indicates whether the segment is the last segment of a Macro PDF417 file. More... | |
| Optional[datetime] | getMacroPdf417TimeStamp (self) |
| Macro PDF417 time stamp (optional). More... | |
| int | hashCode (self) |
| Returns the hash code for this instance. More... | |
| None | init (self) |
| bool | isCode128Emulation (self) |
| Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords. More... | |
| bool | isLinked (self) |
| Flag that indicates that the barcode must be linked to a 1D barcode. More... | |
| bool | isReaderInitialization (self) |
| Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. More... | |
| str | toString (self) |
| Returns a human-readable string representation of this Pdf417ExtendedParameters. More... | |
Public Member Functions inherited from BaseJavaClass | |
| def | getJavaClass (self) |
| str | getJavaClassName (self) |
| bool | isNull (self) |
| None | printJavaClassName (self) |
| None | setJavaClass (self, javaClass) |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
| javaClass | |
| javaClassName | |
Stores a MacroPdf417 metadata information of recognized barcode.
This sample shows how to get Macro Pdf417 metadata
| def __init__ | ( | self, | |
| javaClass | |||
| ) |
Reimplemented from BaseJavaClass.
| bool equals | ( | self, | |
| Pdf417ExtendedParameters | obj | ||
| ) |
Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value.
| obj An object value to compare to this instance. |
| Optional[str] getMacroPdf417Addressee | ( | self | ) |
Macro PDF417 addressee name (optional).
| Optional[int] getMacroPdf417Checksum | ( | self | ) |
Macro PDF417 checksum (optional).
| str getMacroPdf417FileID | ( | self | ) |
Gets the file ID of the barcode, only available with MacroPdf417.
| Optional[str] getMacroPdf417FileName | ( | self | ) |
Macro PDF417 file name (optional).
| Optional[int] getMacroPdf417FileSize | ( | self | ) |
Macro PDF417 file size (optional).
| int getMacroPdf417SegmentID | ( | self | ) |
Gets the segment ID of the barcode, only available with MacroPdf417.
| int getMacroPdf417SegmentsCount | ( | self | ) |
Gets macro pdf417 barcode segments count.
Default value is -1.
| Optional[str] getMacroPdf417Sender | ( | self | ) |
Macro PDF417 sender name (optional).
| bool getMacroPdf417Terminator | ( | self | ) |
Indicates whether the segment is the last segment of a Macro PDF417 file.
| Optional[datetime] getMacroPdf417TimeStamp | ( | self | ) |
Macro PDF417 time stamp (optional).
| int hashCode | ( | self | ) |
Returns the hash code for this instance.
| None init | ( | self | ) |
Reimplemented from BaseJavaClass.
| bool isCode128Emulation | ( | self | ) |
Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords.
| bool isLinked | ( | self | ) |
Flag that indicates that the barcode must be linked to a 1D barcode.
| bool isReaderInitialization | ( | self | ) |
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
| str toString | ( | self | ) |
Returns a human-readable string representation of this Pdf417ExtendedParameters.