CodabarExtendedParameters
Contents
[
Hide
]CodabarExtendedParameters class
Module: aspose_barcode.recognition.codabar_extended_parameters
Stores a Codabar additional information of recognized barcode.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No |
Properties
| Name | Type | Description |
|---|---|---|
| codabar_start_symbol | CodabarSymbol | |
| codabar_stop_symbol | CodabarSymbol | |
| start_symbol | CodabarSymbol | |
| stop_symbol | CodabarSymbol |
CodabarExtendedParameters Constructor
__init__(self, _java_class) -> def
| Parameter | Type | Description |
|---|---|---|
_java_class | `` |
CodabarExtendedParameters.eq
__eq__(self, CodabarExtendedParameters other) -> bool
| Parameter | Type | Description |
|---|---|---|
other | CodabarExtendedParameters |
Return Type: bool
CodabarExtendedParameters.hash
__hash__(self) -> int
Returns the hash code for the current instance.
Return Type: int — A hash code for the current object.
CodabarExtendedParameters.str
__str__(self) -> str
Return Type: str
CodabarExtendedParameters.codabar_start_symbol
Type: CodabarSymbol
| Parameter | Type | Description |
|---|---|---|
value | CodabarSymbol |
CodabarExtendedParameters.codabar_stop_symbol
Type: CodabarSymbol
| Parameter | Type | Description |
|---|---|---|
value | CodabarSymbol |
CodabarExtendedParameters.start_symbol
Type: CodabarSymbol
| Parameter | Type | Description |
|---|---|---|
value | CodabarSymbol |
CodabarExtendedParameters.stop_symbol
Type: CodabarSymbol
| Parameter | Type | Description |
|---|---|---|
value | CodabarSymbol |