![]() |
Aspose.Barcode for PHP via Java
22.4
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 () | |
| getJavaClass () | |
| getJavaClassName () | |
| isNull () | |
| printJavaClassName () | |
Protected Member Functions | |
| init () | |
| setJavaClass ($javaClass) | |
Code16K parameters.
| Code16KParameters::getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
|
inherited |
|
inherited |
| 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.
|
inherited |
|
inherited |
| Code16KParameters::setAspectRatio | ( | $value | ) |
Height/Width ratio of 2D BarCode module.
|
protectedinherited |
| 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.