DataMatrixExtendedParameters

DataMatrixExtendedParameters class

Module: aspose_barcode.recognition.data_matrix_extended_parameters

Stores special data of DataMatrix recognized barcode This sample shows how to get DataMatrix raw values.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified. value.
hashintNoReturns the hash code for the current instance.
strstrNoReturns a human-readable string representation of this. .
is_reader_programmingboolNo
structured_append_barcode_idintNo
structured_append_barcodes_countintNo
structured_append_file_idOptional[str]No

DataMatrixExtendedParameters Constructor

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

DataMatrixExtendedParameters.eq

__eq__(self, DataMatrixExtendedParameters other) -> bool

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

ParameterTypeDescription
otherDataMatrixExtendedParameters

Return Type: bool — true if obj has the same value as this instance; otherwise, false.

DataMatrixExtendedParameters.hash

__hash__(self) -> int

Returns the hash code for the current instance.

Return Type: int — A hash code for the current object.

DataMatrixExtendedParameters.str

__str__(self) -> str

Returns a human-readable string representation of this. .

Return Type: str — A string that represents this DataMatrixExtendedParameters.

DataMatrixExtendedParameters.is_reader_programming

is_reader_programming(self) -> bool

Return Type: bool

DataMatrixExtendedParameters.structured_append_barcode_id

structured_append_barcode_id(self) -> int

Return Type: int

DataMatrixExtendedParameters.structured_append_barcodes_count

structured_append_barcodes_count(self) -> int

Return Type: int

DataMatrixExtendedParameters.structured_append_file_id

structured_append_file_id(self) -> Optional[str]

Return Type: Optional[str]