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

Inherits BaseJavaClass.

Public Member Functions

 getAspectRatio ()
 
 setAspectRatio ($value)
 
 getQuietZoneLeftCoef ()
 
 setQuietZoneLeftCoef ($value)
 
 getQuietZoneRightCoef ()
 
 setQuietZoneRightCoef ($value)
 
 toString ()
 

Detailed Description

Code16K parameters.

Member Function Documentation

◆ getAspectRatio()

getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getQuietZoneLeftCoef()

getQuietZoneLeftCoef ( )

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

◆ getQuietZoneRightCoef()

getQuietZoneRightCoef ( )

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

◆ setAspectRatio()

setAspectRatio (   $value)

Height/Width ratio of 2D BarCode module.

◆ setQuietZoneLeftCoef()

setQuietZoneLeftCoef (   $value)

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

◆ setQuietZoneRightCoef()

setQuietZoneRightCoef (   $value)

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

◆ toString()

toString ( )

Returns a human-readable string representation of this Code16KParameters.

Returns
A string that represents this Code16KParameters.