Pdf417ExtendedParameters
Contents
[
Hide
]Pdf417ExtendedParameters class
Module: aspose_barcode.recognition.pdf_417_extended_parameters
Stores a MacroPdf417 metadata information of recognized barcode. This sample shows how to get Macro Pdf417 metadata
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Returns a human-readable string representation of this Pdf417ExtendedParameters. |
| is_code128_emulation | bool | No | |
| is_linked | bool | No | |
| is_reader_initialization | bool | No | |
| macro_pdf417_terminator | bool | No | |
| macro_pdf_417_addressee | Optional[str] | No | |
| macro_pdf_417_checksum | Optional[int] | No | |
| macro_pdf_417_file_id | Optional[str] | No | |
| macro_pdf_417_file_name | Optional[str] | No | |
| macro_pdf_417_file_size | Optional[int] | No | |
| macro_pdf_417_segment_id | int | No | |
| macro_pdf_417_segments_count | int | No | |
| macro_pdf_417_sender | Optional[str] | No | |
| macro_pdf_417_time_stamp | Optional[datetime] | No |