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) | |
getMicroQRVersion () | |
setMicroQRVersion (int $value) | |
getRectMicroQrVersion () | |
setRectMicroQrVersion (int $value) | |
getAspectRatio () | |
setAspectRatio (float $value) | |
toString () | |
Public Member Functions inherited from BaseJavaClass | |
__construct ($javaClass) | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Protected Member Functions | |
init () | |
Protected Member Functions inherited from BaseJavaClass | |
setJavaClass ($javaClass) | |
Private Attributes | |
$structuredAppend | |
QR parameters.
QrParameters::getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
QrParameters::getMicroQRVersion | ( | ) |
Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.
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::getRectMicroQrVersion | ( | ) |
Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
QrParameters::getStructuredAppend | ( | ) |
QR structured append parameters.
|
protected |
Reimplemented from BaseJavaClass.
QrParameters::setAspectRatio | ( | float | $value | ) |
Height/Width ratio of 2D BarCode module.
QrParameters::setMicroQRVersion | ( | int | $value | ) |
Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.
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::setRectMicroQrVersion | ( | int | $value | ) |
Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.
QrParameters::setStructuredAppend | ( | QrStructuredAppendParameters | $value | ) |
QR structured append parameters.
QrParameters::toString | ( | ) |
Returns a human-readable string representation of this QrParameters.
|
private |