new AztecParameters()

Methods

getAspectRatio()

Height/Width ratio of 2D BarCode module.

getAztecErrorLevel()

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

getAztecSymbolMode()

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

getCodeTextEncoding()

Gets the encoding of codetext.
Default value: UTF-8

setAspectRatio()

Height/Width ratio of 2D BarCode module.

setAztecErrorLevel()

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

setAztecSymbolMode()

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

setCodeTextEncoding()

Sets the encoding of codetext.
Default value: UTF-8

toString()

Returns a human-readable string representation of this AztecParameters.

Returns

string that represents this AztecParameters.