DotCodeExtendedParameters

DotCodeExtendedParameters class

Module: aspose_barcode.recognition.dotcode_extended_parameters

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. .
dot_code_is_reader_initializationboolNoIndicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false.
dot_code_structured_append_mode_barcode_idintNo
dot_code_structured_append_mode_barcodes_countintNo
is_reader_initializationboolNoIndicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false.
structured_append_mode_barcode_idintNo
structured_append_mode_barcodes_countintNo

DotCodeExtendedParameters Constructor

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

DotCodeExtendedParameters.eq

__eq__(self, DotCodeExtendedParameters other) -> bool

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

ParameterTypeDescription
otherDotCodeExtendedParameters

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

DotCodeExtendedParameters.hash

__hash__(self) -> int

Returns the hash code for the current instance.

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

DotCodeExtendedParameters.str

__str__(self) -> str

Returns a human-readable string representation of this. .

Return Type: str — A string that represents thisDotCodeExtendedParameters .

DotCodeExtendedParameters.dot_code_is_reader_initialization

dot_code_is_reader_initialization(self) -> bool

Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false.

Return Type: bool

DotCodeExtendedParameters.dot_code_structured_append_mode_barcode_id

dot_code_structured_append_mode_barcode_id(self) -> int

Return Type: int

DotCodeExtendedParameters.dot_code_structured_append_mode_barcodes_count

dot_code_structured_append_mode_barcodes_count(self) -> int

Return Type: int

DotCodeExtendedParameters.is_reader_initialization

is_reader_initialization(self) -> bool

Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false.

Return Type: bool

DotCodeExtendedParameters.structured_append_mode_barcode_id

structured_append_mode_barcode_id(self) -> int

Return Type: int

DotCodeExtendedParameters.structured_append_mode_barcodes_count

structured_append_mode_barcodes_count(self) -> int

Return Type: int