Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
__construct ($javaClass) | |
getAztecEncodeMode () | |
setAztecEncodeMode (int $value) | |
getECIEncoding () | |
setECIEncoding (int $value) | |
getStructuredAppendBarcodeId () | |
setStructuredAppendBarcodeId (int $value) | |
getStructuredAppendBarcodesCount () | |
setStructuredAppendBarcodesCount (int $value) | |
getStructuredAppendFileId () | |
setStructuredAppendFileId (string $value) | |
getAztecErrorLevel () | |
setAztecErrorLevel (int $value) | |
getAztecSymbolMode () | |
setAztecSymbolMode (int $value) | |
getLayersCount () | |
setLayersCount (int $value) | |
isReaderInitialization () | |
setReaderInitialization (bool $value) | |
getAspectRatio () | |
setAspectRatio (float $value) | |
toString () | |
Public Member Functions inherited from BaseJavaClass | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Protected Member Functions | |
init () | |
Protected Member Functions inherited from BaseJavaClass | |
setJavaClass ($javaClass) | |
Aztec parameters.
AztecParameters::__construct | ( | $javaClass | ) |
Reimplemented from BaseJavaClass.
AztecParameters::getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
AztecParameters::getAztecEncodeMode | ( | ) |
Gets a Aztec encode mode. Default value: Auto.
AztecParameters::getAztecErrorLevel | ( | ) |
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
AztecParameters::getAztecSymbolMode | ( | ) |
Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
AztecParameters::getECIEncoding | ( | ) |
Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
AztecParameters::getLayersCount | ( | ) |
Gets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).
AztecParameters::getStructuredAppendBarcodeId | ( | ) |
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
AztecParameters::getStructuredAppendBarcodesCount | ( | ) |
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
AztecParameters::getStructuredAppendFileId | ( | ) |
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
|
protected |
Reimplemented from BaseJavaClass.
AztecParameters::isReaderInitialization | ( | ) |
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
AztecParameters::setAspectRatio | ( | float | $value | ) |
Height/Width ratio of 2D BarCode module.
AztecParameters::setAztecEncodeMode | ( | int | $value | ) |
Sets a Aztec encode mode. Default value: Auto.
AztecParameters::setAztecErrorLevel | ( | int | $value | ) |
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
AztecParameters::setAztecSymbolMode | ( | int | $value | ) |
Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
AztecParameters::setECIEncoding | ( | int | $value | ) |
Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
AztecParameters::setLayersCount | ( | int | $value | ) |
Sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).
AztecParameters::setReaderInitialization | ( | bool | $value | ) |
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
AztecParameters::setStructuredAppendBarcodeId | ( | int | $value | ) |
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
AztecParameters::setStructuredAppendBarcodesCount | ( | int | $value | ) |
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
AztecParameters::setStructuredAppendFileId | ( | string | $value | ) |
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
AztecParameters::toString | ( | ) |
Returns a human-readable string representation of this
.