Pdf417ExtendedParameters
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 |
Pdf417ExtendedParameters Constructor
__init__(self, _java_class) -> def
| Parameter | Type | Description |
|---|---|---|
_java_class | `` |
Pdf417ExtendedParameters.eq
__eq__(self, Pdf417ExtendedParameters other) -> bool
Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value.
| Parameter | Type | Description |
|---|---|---|
other | Pdf417ExtendedParameters |
Return Type: bool — True if obj has the same value as this instance, otherwise False.
Pdf417ExtendedParameters.hash
__hash__(self) -> int
Returns the hash code for the current instance.
Return Type: int — A hash code for the current object.
Pdf417ExtendedParameters.str
__str__(self) -> str
Returns a human-readable string representation of this Pdf417ExtendedParameters.
Return Type: str — A string that represents this Pdf417ExtendedParameters.
Pdf417ExtendedParameters.is_code128_emulation
is_code128_emulation(self) -> bool
Return Type: bool
Pdf417ExtendedParameters.is_linked
is_linked(self) -> bool
Return Type: bool
Pdf417ExtendedParameters.is_reader_initialization
is_reader_initialization(self) -> bool
Return Type: bool
Pdf417ExtendedParameters.macro_pdf417_terminator
macro_pdf417_terminator(self) -> bool
Return Type: bool
Pdf417ExtendedParameters.macro_pdf_417_addressee
macro_pdf_417_addressee(self) -> Optional[str]
Return Type: Optional[str]
Pdf417ExtendedParameters.macro_pdf_417_checksum
macro_pdf_417_checksum(self) -> Optional[int]
Return Type: Optional[int]
Pdf417ExtendedParameters.macro_pdf_417_file_id
macro_pdf_417_file_id(self) -> Optional[str]
Return Type: Optional[str]
Pdf417ExtendedParameters.macro_pdf_417_file_name
macro_pdf_417_file_name(self) -> Optional[str]
Return Type: Optional[str]
Pdf417ExtendedParameters.macro_pdf_417_file_size
macro_pdf_417_file_size(self) -> Optional[int]
Return Type: Optional[int]
Pdf417ExtendedParameters.macro_pdf_417_segment_id
macro_pdf_417_segment_id(self) -> int
Return Type: int
Pdf417ExtendedParameters.macro_pdf_417_segments_count
macro_pdf_417_segments_count(self) -> int
Return Type: int
Pdf417ExtendedParameters.macro_pdf_417_sender
macro_pdf_417_sender(self) -> Optional[str]
Return Type: Optional[str]
Pdf417ExtendedParameters.macro_pdf_417_time_stamp
macro_pdf_417_time_stamp(self) -> Optional[datetime]
Return Type: Optional[datetime]