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

Inherits BaseJavaClass.

Public Member Functions

 getAspectRatio ()
 
 setAspectRatio ($value)
 
 getQuietZoneLeftCoef ()
 
 setQuietZoneLeftCoef (int $value)
 
 getQuietZoneRightCoef ()
 
 setQuietZoneRightCoef (int $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)
 

Detailed Description

Code16K parameters.

Member Function Documentation

◆ getAspectRatio()

Code16KParameters::getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getQuietZoneLeftCoef()

Code16KParameters::getQuietZoneLeftCoef ( )

Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.

◆ getQuietZoneRightCoef()

Code16KParameters::getQuietZoneRightCoef ( )

Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.

◆ init()

Code16KParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ setAspectRatio()

Code16KParameters::setAspectRatio (   $value)

Height/Width ratio of 2D BarCode module.

◆ setQuietZoneLeftCoef()

Code16KParameters::setQuietZoneLeftCoef ( int  $value)

Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.

◆ setQuietZoneRightCoef()

Code16KParameters::setQuietZoneRightCoef ( int  $value)

Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.

◆ toString()

Code16KParameters::toString ( )

Returns a human-readable string representation of this Code16KParameters.

Returns
string A string that represents this Code16KParameters.