Aspose.BarCode for Python via Java  24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
AztecExtendedParameters Class Reference

Stores special data of Aztec recognized barcode. More...

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
bool __eq__ (self, AztecExtendedParameters other)
 Returns a value indicating whether this instance is equal to a specified. More...
 
int __hash__ (self)
 Returns the hash code for the current instance. More...
 
str __str__ (self)
 Returns a human-readable string representation of this. More...
 
int getStructuredAppendBarcodeId (self)
 Gets the ID of the Aztec structured append mode barcode. More...
 
int getStructuredAppendBarcodesCount (self)
 Gets the Aztec structured append mode barcodes count. More...
 
str getStructuredAppendFileId (self)
 Gets the File ID of the Aztec structured append mode. More...
 
None init (self)
 
bool isReaderInitialization (self)
 Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. More...
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
str getJavaClassName (self)
 
bool isNull (self)
 
None printJavaClassName (self)
 
None setJavaClass (self, javaClass)
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Stores special data of Aztec recognized barcode.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ __eq__()

bool __eq__ (   self,
AztecExtendedParameters  other 
)

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

AztecExtendedParameters

value.

Parameters
objAn System.Object value to compare to this instance.
Returns
true if obj has the same value as this instance; otherwise, false.

◆ __hash__()

int __hash__ (   self)

Returns the hash code for the current instance.

Returns
A hash code for the current object.

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this.

AztecExtendedParameters

.

Returns
A string that represents this
AztecExtendedParameters
.

◆ getStructuredAppendBarcodeId()

int getStructuredAppendBarcodeId (   self)

Gets the ID of the Aztec structured append mode barcode.

ID starts from 1 and must be less or equal to barcodes count. Default value is 0.

Returns
The barcode ID of the Aztec structured append mode.

◆ getStructuredAppendBarcodesCount()

int getStructuredAppendBarcodesCount (   self)

Gets the Aztec structured append mode barcodes count.

Default value is 0. Count must be a value from 1 to 26.

Returns
The barcodes count of the Aztec structured append mode.

◆ getStructuredAppendFileId()

str getStructuredAppendFileId (   self)

Gets the File ID of the Aztec structured append mode.

Default value is empty string.

Returns
The File ID of the Aztec structured append mode.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ isReaderInitialization()

bool isReaderInitialization (   self)

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.