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

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)
 

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.

◆ getJavaClass()

BaseJavaClass::getJavaClass ( )
inherited

◆ getJavaClassName()

BaseJavaClass::getJavaClassName ( )
inherited

◆ 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.

◆ getStructuredAppend()

QrParameters::getStructuredAppend ( )

QR structured append parameters.

◆ init()

QrParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ isNull()

BaseJavaClass::isNull ( )
inherited

◆ printJavaClassName()

BaseJavaClass::printJavaClassName ( )
inherited

◆ setAspectRatio()

QrParameters::setAspectRatio ( float  $value)

Height/Width ratio of 2D BarCode module.

◆ setCodeTextEncoding()

QrParameters::setCodeTextEncoding ( string  $value)

Sets the encoding of codetext.

◆ setJavaClass()

BaseJavaClass::setJavaClass (   $javaClass)
protectedinherited

◆ 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.

◆ 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.