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

Aztec parameters. More...

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
def init (self)
 
def getAztecErrorLevel (self)
 Level of error correction of Aztec types of barcode. More...
 
def setAztecErrorLevel (self, value)
 Level of error correction of Aztec types of barcode. More...
 
def getAztecSymbolMode (self)
 Gets or sets a Aztec Symbol mode. More...
 
def setAztecSymbolMode (self, value)
 Gets or sets a Aztec Symbol mode. More...
 
def getAspectRatio (self)
 Height/Width ratio of 2D BarCode module. More...
 
def setAspectRatio (self, value)
 Height/Width ratio of 2D BarCode module. More...
 
def getCodeTextEncoding (self)
 Gets the encoding of codetext. More...
 
def setCodeTextEncoding (self, value)
 Sets the encoding of codetext. More...
 
def toString (self)
 Returns a human-readable string representation of this AztecParameters. More...
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
def setJavaClass (self, javaClass)
 
def getJavaClassName (self)
 
def isNull (self)
 
def printJavaClassName (self)
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Aztec parameters.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ getAspectRatio()

def getAspectRatio (   self)

Height/Width ratio of 2D BarCode module.

◆ getAztecErrorLevel()

def getAztecErrorLevel (   self)

Level of error correction of Aztec types of barcode.

Value should between 10 to 95.

◆ getAztecSymbolMode()

def getAztecSymbolMode (   self)

Gets or sets a Aztec Symbol mode.

Default value: AztecSymbolMode.AUTO.

◆ getCodeTextEncoding()

def getCodeTextEncoding (   self)

Gets the encoding of codetext.

Default value: UTF-8

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ setAspectRatio()

def setAspectRatio (   self,
  value 
)

Height/Width ratio of 2D BarCode module.

◆ setAztecErrorLevel()

def setAztecErrorLevel (   self,
  value 
)

Level of error correction of Aztec types of barcode.

Value should between 10 to 95.

◆ setAztecSymbolMode()

def setAztecSymbolMode (   self,
  value 
)

Gets or sets a Aztec Symbol mode.

Default value: AztecSymbolMode.AUTO.

◆ setCodeTextEncoding()

def setCodeTextEncoding (   self,
  value 
)

Sets the encoding of codetext.

Default value: UTF-8

◆ toString()

def toString (   self)

Returns a human-readable string representation of this AztecParameters.

Returns
string that represents this AztecParameters.