![]() |
Aspose.Barcode for PHP via Java
22.4
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
getStructuredAppend () | |
setStructuredAppend (QrStructuredAppendParameters $value) | |
getQrECIEncoding () | |
setQrECIEncoding (int $value) | |
getQrEncodeMode () | |
setQrEncodeMode (int $value) | |
getQrEncodeType () | |
setQrEncodeType (int $value) | |
getQrErrorLevel () | |
setQrErrorLevel (int $value) | |
getQrVersion () | |
setQrVersion (int $value) | |
getAspectRatio () | |
setAspectRatio (float $value) | |
getCodeTextEncoding () | |
setCodeTextEncoding (string $value) | |
toString () | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Protected Member Functions | |
init () | |
setJavaClass ($javaClass) | |
QR parameters.
QrParameters::getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
QrParameters::getCodeTextEncoding | ( | ) |
Gets the encoding of codetext.
|
inherited |
|
inherited |
QrParameters::getQrECIEncoding | ( | ) |
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
QrParameters::getQrEncodeMode | ( | ) |
QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO.
QrParameters::getQrEncodeType | ( | ) |
QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
QrParameters::getQrErrorLevel | ( | ) |
Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H.
QrParameters::getQrVersion | ( | ) |
Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO.
QrParameters::getStructuredAppend | ( | ) |
QR structured append parameters.
|
protected |
Reimplemented from BaseJavaClass.
|
inherited |
|
inherited |
QrParameters::setAspectRatio | ( | float | $value | ) |
Height/Width ratio of 2D BarCode module.
QrParameters::setCodeTextEncoding | ( | string | $value | ) |
Sets the encoding of codetext.
|
protectedinherited |
QrParameters::setQrECIEncoding | ( | int | $value | ) |
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
QrParameters::setQrEncodeMode | ( | int | $value | ) |
QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO.
QrParameters::setQrEncodeType | ( | int | $value | ) |
QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.
QrParameters::setQrErrorLevel | ( | int | $value | ) |
Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H.
QrParameters::setQrVersion | ( | int | $value | ) |
Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO.
QrParameters::setStructuredAppend | ( | QrStructuredAppendParameters | $value | ) |
QR structured append parameters.
QrParameters::toString | ( | ) |
Returns a human-readable string representation of this QrParameters.