![]() |
Aspose.Barcode for PHP via Java
22.4
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
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) | |
Aztec parameters.
AztecParameters::getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
AztecParameters::getAztecErrorLevel | ( | ) |
Level of error correction of Aztec types of barcode. Value should between 10 to 95.
AztecParameters::getAztecSymbolMode | ( | ) |
Gets or sets a Aztec Symbol mode. Default value: AztecSymbolMode::AUTO.
AztecParameters::getCodeTextEncoding | ( | ) |
Gets the encoding of codetext.
|
inherited |
|
inherited |
|
protected |
Reimplemented from BaseJavaClass.
|
inherited |
|
inherited |
AztecParameters::setAspectRatio | ( | int | $value | ) |
Height/Width ratio of 2D BarCode module.
AztecParameters::setAztecErrorLevel | ( | int | $value | ) |
Level of error correction of Aztec types of barcode. Value should between 10 to 95.
AztecParameters::setAztecSymbolMode | ( | int | $value | ) |
Gets or sets a Aztec Symbol mode. Default value: AztecSymbolMode::AUTO.
AztecParameters::setCodeTextEncoding | ( | string | $value | ) |
Sets the encoding of codetext.
|
protectedinherited |
AztecParameters::toString | ( | ) |
Returns a human-readable string representation of this AztecParameters.