BarCodeExtendedParameters

BarCodeExtendedParameters class

Module: aspose_barcode.recognition.barcode_extended_parameters

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value.
hashintNoReturns the hash code for the current instance.
strstrNoReturns a human-readable string representation of this BarCodeExtendedParameters.
aztecOptional[AztecExtendedParameters]No
codabarOptional[CodabarExtendedParameters]No
code_128Optional[Code128ExtendedParameters]No
data_matrixOptional[DataMatrixExtendedParameters]No
databarOptional[DataBarExtendedParameters]No
dot_codeOptional[DotCodeExtendedParameters]No
gs1_composite_barOptional[GS1CompositeBarExtendedParameters]No
maxi_codeOptional[MaxiCodeExtendedParameters]No
one_dOptional[OneDExtendedParameters]No
pdf_417Optional[Pdf417ExtendedParameters]No
qrOptional[QRExtendedParameters]No

BarCodeExtendedParameters Constructor

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

BarCodeExtendedParameters.eq

__eq__(self, BarCodeExtendedParameters other) -> bool

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

ParameterTypeDescription
otherBarCodeExtendedParameters

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

BarCodeExtendedParameters.hash

__hash__(self) -> int

Returns the hash code for the current instance.

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

BarCodeExtendedParameters.str

__str__(self) -> str

Returns a human-readable string representation of this BarCodeExtendedParameters.

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

BarCodeExtendedParameters.aztec

aztec(self) -> Optional[AztecExtendedParameters]

Return Type: Optional[AztecExtendedParameters]

BarCodeExtendedParameters.codabar

codabar(self) -> Optional[CodabarExtendedParameters]

Return Type: Optional[CodabarExtendedParameters]

BarCodeExtendedParameters.code_128

code_128(self) -> Optional[Code128ExtendedParameters]

Return Type: Optional[Code128ExtendedParameters]

BarCodeExtendedParameters.data_matrix

data_matrix(self) -> Optional[DataMatrixExtendedParameters]

Return Type: Optional[DataMatrixExtendedParameters]

BarCodeExtendedParameters.databar

databar(self) -> Optional[DataBarExtendedParameters]

Return Type: Optional[DataBarExtendedParameters]

BarCodeExtendedParameters.dot_code

dot_code(self) -> Optional[DotCodeExtendedParameters]

Return Type: Optional[DotCodeExtendedParameters]

BarCodeExtendedParameters.gs1_composite_bar

gs1_composite_bar(self) -> Optional[GS1CompositeBarExtendedParameters]

Return Type: Optional[GS1CompositeBarExtendedParameters]

BarCodeExtendedParameters.maxi_code

maxi_code(self) -> Optional[MaxiCodeExtendedParameters]

Return Type: Optional[MaxiCodeExtendedParameters]

BarCodeExtendedParameters.one_d

one_d(self) -> Optional[OneDExtendedParameters]

Return Type: Optional[OneDExtendedParameters]

BarCodeExtendedParameters.pdf_417

pdf_417(self) -> Optional[Pdf417ExtendedParameters]

Return Type: Optional[Pdf417ExtendedParameters]

BarCodeExtendedParameters.qr

qr(self) -> Optional[QRExtendedParameters]

Return Type: Optional[QRExtendedParameters]