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

Inherits BaseJavaClass.

Public Member Functions

 getAztecErrorLevel ()
 
 setAztecErrorLevel ($value)
 
 getAztecSymbolMode ()
 
 setAztecSymbolMode ($value)
 
 getAspectRatio ()
 
 setAspectRatio ($value)
 
 getCodeTextEncoding ()
 
 setCodeTextEncoding ($value)
 
 toString ()
 

Detailed Description

Aztec parameters.

Member Function Documentation

◆ getAspectRatio()

getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getAztecErrorLevel()

getAztecErrorLevel ( )

Level of error correction of Aztec types of barcode. Value should between 10 to 95.

◆ getAztecSymbolMode()

getAztecSymbolMode ( )

Gets or sets a Aztec Symbol mode. Default value: AztecSymbolMode::AUTO.

◆ getCodeTextEncoding()

getCodeTextEncoding ( )

Gets the encoding of codetext.

◆ setAspectRatio()

setAspectRatio (   $value)

Height/Width ratio of 2D BarCode module.

◆ setAztecErrorLevel()

setAztecErrorLevel (   $value)

Level of error correction of Aztec types of barcode. Value should between 10 to 95.

◆ setAztecSymbolMode()

setAztecSymbolMode (   $value)

Gets or sets a Aztec Symbol mode. Default value: AztecSymbolMode::AUTO.

◆ setCodeTextEncoding()

setCodeTextEncoding (   $value)

Sets the encoding of codetext.

◆ toString()

toString ( )

Returns a human-readable string representation of this AztecParameters.

Returns
string that represents this AztecParameters.