Code16KParameters
Source: Generation.
Code16K parameters.
new Code16KParameters()
Methods
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()
Height/Width ratio of 2D BarCode module.
setQuietZoneLeftCoef()
Size of the left quiet zone in xDimension.
Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
setQuietZoneRightCoef()
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.
- Returns
-
A string that represents this Code16KParameters.