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)
 
 getCodeTextEncoding ()
 
 setCodeTextEncoding (string $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
 

Detailed Description

QR parameters.

Member Function Documentation

◆ getAspectRatio()

QrParameters::getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getCodeTextEncoding()

QrParameters::getCodeTextEncoding ( )

Gets the encoding of codetext.

◆ getMicroQRVersion()

QrParameters::getMicroQRVersion ( )

Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.

◆ getQrECIEncoding()

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.

◆ getQrEncodeMode()

QrParameters::getQrEncodeMode ( )

QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO.

◆ getQrEncodeType()

QrParameters::getQrEncodeType ( )

QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.

◆ getQrErrorLevel()

QrParameters::getQrErrorLevel ( )

Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H.

See also
QRErrorLevel.

◆ getQrVersion()

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.

◆ getRectMicroQrVersion()

QrParameters::getRectMicroQrVersion ( )

Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.

◆ getStructuredAppend()

QrParameters::getStructuredAppend ( )

QR structured append parameters.

◆ init()

QrParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ setAspectRatio()

QrParameters::setAspectRatio ( float  $value)

Height/Width ratio of 2D BarCode module.

◆ setCodeTextEncoding()

QrParameters::setCodeTextEncoding ( string  $value)

Sets the encoding of codetext.

◆ setMicroQRVersion()

QrParameters::setMicroQRVersion ( int  $value)

Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.

◆ setQrECIEncoding()

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.

◆ setQrEncodeMode()

QrParameters::setQrEncodeMode ( int  $value)

QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO.

◆ setQrEncodeType()

QrParameters::setQrEncodeType ( int  $value)

QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.

◆ setQrErrorLevel()

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.

See also
QRErrorLevel.

◆ setQrVersion()

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.

◆ setRectMicroQrVersion()

QrParameters::setRectMicroQrVersion ( int  $value)

Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.

◆ setStructuredAppend()

QrParameters::setStructuredAppend ( QrStructuredAppendParameters  $value)

QR structured append parameters.

◆ toString()

QrParameters::toString ( )

Returns a human-readable string representation of this QrParameters.

Returns
string that represents this QrParameters.

Member Data Documentation

◆ $structuredAppend

QrParameters::$structuredAppend
private