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

Inherits BaseJavaClass.

Public Member Functions

 getAztecErrorLevel ()
 
 setAztecErrorLevel (int $value)
 
 getAztecSymbolMode ()
 
 setAztecSymbolMode (int $value)
 
 getAspectRatio ()
 
 setAspectRatio (int $value)
 
 getCodeTextEncoding ()
 
 setCodeTextEncoding (string $value)
 
 toString ()
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
 setJavaClass ($javaClass)
 

Detailed Description

Aztec parameters.

Member Function Documentation

◆ getAspectRatio()

AztecParameters::getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getAztecErrorLevel()

AztecParameters::getAztecErrorLevel ( )

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

◆ getAztecSymbolMode()

AztecParameters::getAztecSymbolMode ( )

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

◆ getCodeTextEncoding()

AztecParameters::getCodeTextEncoding ( )

Gets the encoding of codetext.

◆ getJavaClass()

BaseJavaClass::getJavaClass ( )
inherited

◆ getJavaClassName()

BaseJavaClass::getJavaClassName ( )
inherited

◆ init()

AztecParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ isNull()

BaseJavaClass::isNull ( )
inherited

◆ printJavaClassName()

BaseJavaClass::printJavaClassName ( )
inherited

◆ setAspectRatio()

AztecParameters::setAspectRatio ( int  $value)

Height/Width ratio of 2D BarCode module.

◆ setAztecErrorLevel()

AztecParameters::setAztecErrorLevel ( int  $value)

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

◆ setAztecSymbolMode()

AztecParameters::setAztecSymbolMode ( int  $value)

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

◆ setCodeTextEncoding()

AztecParameters::setCodeTextEncoding ( string  $value)

Sets the encoding of codetext.

◆ setJavaClass()

BaseJavaClass::setJavaClass (   $javaClass)
protectedinherited

◆ toString()

AztecParameters::toString ( )

Returns a human-readable string representation of this AztecParameters.

Returns
‪string that represents this AztecParameters.