Aspose.Barcode for PHP via Java Generation and Recognition API docs
QrParameters Class Reference

Inherits BaseJavaClass.

Public Member Functions

 getQrECIEncoding ()
 
 setQrECIEncoding ($value)
 
 getQrEncodeMode ()
 
 setQrEncodeMode ($value)
 
 getQrEncodeType ()
 
 setQrEncodeType ($value)
 
 getQrErrorLevel ()
 
 setQrErrorLevel ($value)
 
 getQrVersion ()
 
 setQrVersion ($value)
 
 getAspectRatio ()
 
 setAspectRatio ($value)
 
 getCodeTextEncoding ()
 
 setCodeTextEncoding ($value)
 
 toString ()
 

Detailed Description

QR parameters.

Member Function Documentation

◆ getAspectRatio()

getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getCodeTextEncoding()

getCodeTextEncoding ( )

Gets the encoding of codetext.

◆ getQrECIEncoding()

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()

getQrEncodeMode ( )

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

◆ getQrEncodeType()

getQrEncodeType ( )

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

◆ getQrErrorLevel()

getQrErrorLevel ( )

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

◆ getQrVersion()

getQrVersion ( )

Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO.

◆ setAspectRatio()

setAspectRatio (   $value)

Height/Width ratio of 2D BarCode module.

◆ setCodeTextEncoding()

setCodeTextEncoding (   $value)

Sets the encoding of codetext.

◆ setQrECIEncoding()

setQrECIEncoding (   $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()

setQrEncodeMode (   $value)

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

◆ setQrEncodeType()

setQrEncodeType (   $value)

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

◆ setQrErrorLevel()

setQrErrorLevel (   $value)

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

◆ setQrVersion()

setQrVersion (   $value)

Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO.

◆ toString()

toString ( )

Returns a human-readable string representation of this QrParameters.

Returns
A string that represents this QrParameters.