![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores a MacroPdf417 metadata information of recognized barcode. More...
Inherits _MwWrapper.
Public Member Functions | |
| def | __init__ (self, _java_class) |
| bool | __eq__ (self, Pdf417ExtendedParameters other) |
| Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. More... | |
| int | __hash__ (self) |
| Returns the hash code for the current instance. More... | |
| str | __str__ (self) |
| Returns a human-readable string representation of this Pdf417ExtendedParameters. More... | |
| bool | is_code128_emulation (self) |
| bool | is_linked (self) |
| bool | is_reader_initialization (self) |
| bool | macro_pdf417_terminator (self) |
| Optional[str] | macro_pdf_417_addressee (self) |
| Optional[int] | macro_pdf_417_checksum (self) |
| Optional[str] | macro_pdf_417_file_id (self) |
| Optional[str] | macro_pdf_417_file_name (self) |
| Optional[int] | macro_pdf_417_file_size (self) |
| int | macro_pdf_417_segment_id (self) |
| int | macro_pdf_417_segments_count (self) |
| Optional[str] | macro_pdf_417_sender (self) |
| Optional[datetime] | macro_pdf_417_time_stamp (self) |
Stores a MacroPdf417 metadata information of recognized barcode.
This sample shows how to get Macro Pdf417 metadata
| def __init__ | ( | self, | |
| _java_class | |||
| ) |
| bool __eq__ | ( | self, | |
| Pdf417ExtendedParameters | other | ||
| ) |
Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value.
| obj An object value to compare to this instance. |
| int __hash__ | ( | self | ) |
Returns the hash code for the current instance.
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this Pdf417ExtendedParameters.
| bool is_code128_emulation | ( | self | ) |
MicroPdf417 encoded with Code 128 emulation codewords (908/909/910/911).
| bool is_linked | ( | self | ) |
Linkage flag (linked to 1D barcode).
| bool is_reader_initialization | ( | self | ) |
Reader initialization flag.
| bool macro_pdf417_terminator | ( | self | ) |
True if this segment is the last segment of a Macro PDF417 file.
| Optional[str] macro_pdf_417_addressee | ( | self | ) |
Macro PDF417 addressee (optional).
| Optional[int] macro_pdf_417_checksum | ( | self | ) |
Macro PDF417 checksum (optional).
| Optional[str] macro_pdf_417_file_id | ( | self | ) |
Macro PDF417 file ID (optional).
| Optional[str] macro_pdf_417_file_name | ( | self | ) |
Macro PDF417 file name (optional).
| Optional[int] macro_pdf_417_file_size | ( | self | ) |
Macro PDF417 file size in bytes (optional).
| int macro_pdf_417_segment_id | ( | self | ) |
Macro PDF417 segment ID.
| int macro_pdf_417_segments_count | ( | self | ) |
Macro PDF417 segments count. Default: -1.
| Optional[str] macro_pdf_417_sender | ( | self | ) |
Macro PDF417 sender (optional).
| Optional[datetime] macro_pdf_417_time_stamp | ( | self | ) |
Macro PDF417 timestamp (optional).