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