Aspose.Barcode for Python via Java Generation and Recognition API docs
AztecParameters Class Reference

Aztec parameters. More...

Inherits BaseJavaClass.

Public Member Functions

None __init__ (self, javaClass)
 
str __str__ (self)
 Returns a human-readable string representation of this. More...
 
float getAspectRatio (self)
 Height/Width ratio of 2D BarCode module. More...
 
AztecEncodeMode getAztecEncodeMode (self)
 Gets a Aztec encode mode. More...
 
int getAztecErrorLevel (self)
 Level of error correction of Aztec types of barcode. More...
 
AztecSymbolMode getAztecSymbolMode (self)
 Gets a Aztec Symbol mode. More...
 
ECIEncodings getECIEncoding (self)
 Gets ECI encoding. More...
 
int getLayersCount (self)
 Gets layers count of Aztec symbol. More...
 
int getStructuredAppendBarcodeId (self)
 Barcode ID for Structured Append mode of Aztec barcode. More...
 
int getStructuredAppendBarcodesCount (self)
 Barcodes count for Structured Append mode of Aztec barcode. More...
 
str getStructuredAppendFileId (self)
 File ID for Structured Append mode of Aztec barcode (optional field). More...
 
None init (self)
 
bool isReaderInitialization (self)
 Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. More...
 
None setAspectRatio (self, float value)
 Height/Width ratio of 2D BarCode module. More...
 
None setAztecEncodeMode (self, AztecEncodeMode value)
 
None setAztecErrorLevel (self, int value)
 Level of error correction of Aztec types of barcode. More...
 
None setAztecSymbolMode (self, AztecSymbolMode value)
 Sets a Aztec Symbol mode. More...
 
None setECIEncoding (self, ECIEncodings value)
 Sets ECI encoding. More...
 
None setLayersCount (self, int value)
 Sets layers count of Aztec symbol. More...
 
None setReaderInitialization (self, bool value)
 Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. More...
 
None setStructuredAppendBarcodeId (self, int value)
 Barcode ID for Structured Append mode of Aztec barcode. More...
 
None setStructuredAppendBarcodesCount (self, int value)
 Barcodes count for Structured Append mode of Aztec barcode. More...
 
None setStructuredAppendFileId (self, str value)
 File ID for Structured Append mode of Aztec barcode (optional field). 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

Aztec parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this.

AztecParameters

.

Returns
: A string that represents this
AztecParameters
.

◆ getAspectRatio()

float getAspectRatio (   self)

Height/Width ratio of 2D BarCode module.

◆ getAztecEncodeMode()

AztecEncodeMode getAztecEncodeMode (   self)

Gets a Aztec encode mode.

Default value: Auto.

◆ getAztecErrorLevel()

int getAztecErrorLevel (   self)

Level of error correction of Aztec types of barcode.

Value should between 5 to 95.

◆ getAztecSymbolMode()

AztecSymbolMode getAztecSymbolMode (   self)

Gets a Aztec Symbol mode.

Default value: AztecSymbolMode.Auto.

◆ getECIEncoding()

ECIEncodings getECIEncoding (   self)

Gets ECI encoding.

Used when AztecEncodeMode is Auto. Default value: ISO-8859-1

◆ getLayersCount()

int getLayersCount (   self)

Gets layers count of Aztec symbol.

Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).

◆ getStructuredAppendBarcodeId()

int getStructuredAppendBarcodeId (   self)

Barcode ID for Structured Append mode of Aztec barcode.

Barcode ID should be in range from 1 to barcodes count. Default value: 0

◆ getStructuredAppendBarcodesCount()

int getStructuredAppendBarcodesCount (   self)

Barcodes count for Structured Append mode of Aztec barcode.

Barcodes count should be in range from 1 to 26. Default value: 0

◆ getStructuredAppendFileId()

str getStructuredAppendFileId (   self)

File ID for Structured Append mode of Aztec barcode (optional field).

File ID should not contain spaces. Default value: empty string

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ isReaderInitialization()

bool isReaderInitialization (   self)

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

◆ setAspectRatio()

None setAspectRatio (   self,
float  value 
)

Height/Width ratio of 2D BarCode module.

◆ setAztecEncodeMode()

None setAztecEncodeMode (   self,
AztecEncodeMode  value 
)
    Sets a Aztec encode mode.
    Default value: Auto.

◆ setAztecErrorLevel()

None setAztecErrorLevel (   self,
int  value 
)

Level of error correction of Aztec types of barcode.

Value should between 5 to 95.

◆ setAztecSymbolMode()

None setAztecSymbolMode (   self,
AztecSymbolMode  value 
)

Sets a Aztec Symbol mode.

Default value: AztecSymbolMode.Auto.

◆ setECIEncoding()

None setECIEncoding (   self,
ECIEncodings  value 
)

Sets ECI encoding.

Used when AztecEncodeMode is Auto. Default value: ISO-8859-1

◆ setLayersCount()

None setLayersCount (   self,
int  value 
)

Sets layers count of Aztec symbol.

Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode.

◆ setReaderInitialization()

None setReaderInitialization (   self,
bool  value 
)

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

◆ setStructuredAppendBarcodeId()

None setStructuredAppendBarcodeId (   self,
int  value 
)

Barcode ID for Structured Append mode of Aztec barcode.

Barcode ID should be in range from 1 to barcodes count. Default value: 0

◆ setStructuredAppendBarcodesCount()

None setStructuredAppendBarcodesCount (   self,
int  value 
)

Barcodes count for Structured Append mode of Aztec barcode.

Barcodes count should be in range from 1 to 26. Default value: 0

◆ setStructuredAppendFileId()

None setStructuredAppendFileId (   self,
str  value 
)

File ID for Structured Append mode of Aztec barcode (optional field).

File ID should not contain spaces. Default value: empty string