CodabarExtendedParameters

CodabarExtendedParameters class

Module: aspose_barcode.recognition.codabar_extended_parameters

Stores a Codabar additional information of recognized barcode.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNo
hashintNoReturns the hash code for the current instance.
strstrNo

Properties

NameTypeDescription
codabar_start_symbolCodabarSymbol
codabar_stop_symbolCodabarSymbol
start_symbolCodabarSymbol
stop_symbolCodabarSymbol

CodabarExtendedParameters Constructor

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

CodabarExtendedParameters.eq

__eq__(self, CodabarExtendedParameters other) -> bool
ParameterTypeDescription
otherCodabarExtendedParameters

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

ParameterTypeDescription
valueCodabarSymbol

CodabarExtendedParameters.codabar_stop_symbol

Type: CodabarSymbol

ParameterTypeDescription
valueCodabarSymbol

CodabarExtendedParameters.start_symbol

Type: CodabarSymbol

ParameterTypeDescription
valueCodabarSymbol

CodabarExtendedParameters.stop_symbol

Type: CodabarSymbol

ParameterTypeDescription
valueCodabarSymbol