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

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value.
hashintNoReturns the hash code for the current instance.
strstrNoReturns a human-readable string representation of this Pdf417ExtendedParameters.
is_code128_emulationboolNo
is_linkedboolNo
is_reader_initializationboolNo
macro_pdf417_terminatorboolNo
macro_pdf_417_addresseeOptional[str]No
macro_pdf_417_checksumOptional[int]No
macro_pdf_417_file_idOptional[str]No
macro_pdf_417_file_nameOptional[str]No
macro_pdf_417_file_sizeOptional[int]No
macro_pdf_417_segment_idintNo
macro_pdf_417_segments_countintNo
macro_pdf_417_senderOptional[str]No
macro_pdf_417_time_stampOptional[datetime]No

Pdf417ExtendedParameters Constructor

__init__(self, _java_class) -> def
ParameterTypeDescription
_java_class``

Pdf417ExtendedParameters.eq

__eq__(self, Pdf417ExtendedParameters other) -> bool

Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value.

ParameterTypeDescription
otherPdf417ExtendedParameters

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]