![]() |
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| getAspectRatio () | |
| setAspectRatio ($value) | |
| getQuietZoneLeftCoef () | |
| setQuietZoneLeftCoef ($value) | |
| getQuietZoneRightCoef () | |
| setQuietZoneRightCoef ($value) | |
| toString () | |
Code16K parameters.
| getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
| getQuietZoneLeftCoef | ( | ) |
Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
| getQuietZoneRightCoef | ( | ) |
Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
| setAspectRatio | ( | $value | ) |
Height/Width ratio of 2D BarCode module.
| 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 | ( | $value | ) |
Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
| toString | ( | ) |
Returns a human-readable string representation of this Code16KParameters.