DotCodeExtendedParameters
DotCodeExtendedParameters class
Module: aspose_barcode.recognition.dotcode_extended_parameters
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. value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Returns a human-readable string representation of this. . |
| dot_code_is_reader_initialization | bool | No | 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. |
| dot_code_structured_append_mode_barcode_id | int | No | |
| dot_code_structured_append_mode_barcodes_count | int | No | |
| is_reader_initialization | bool | No | 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. |
| structured_append_mode_barcode_id | int | No | |
| structured_append_mode_barcodes_count | int | No |
DotCodeExtendedParameters Constructor
__init__(self, _java_class) -> def
| Parameter | Type | Description |
|---|---|---|
_java_class | `` |
DotCodeExtendedParameters.eq
__eq__(self, DotCodeExtendedParameters other) -> bool
Returns a value indicating whether this instance is equal to a specified. value.
| Parameter | Type | Description |
|---|---|---|
other | DotCodeExtendedParameters |
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