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) | |
Code16K parameters.
Code16KParameters::getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
Code16KParameters::getQuietZoneLeftCoef | ( | ) |
Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
Code16KParameters::getQuietZoneRightCoef | ( | ) |
Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
|
protected |
Reimplemented from BaseJavaClass.
Code16KParameters::setAspectRatio | ( | $value | ) |
Height/Width ratio of 2D BarCode module.
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.
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.
Code16KParameters::toString | ( | ) |
Returns a human-readable string representation of this Code16KParameters.