Code16KParameters

Code16KParameters class

Code16K parameters.

new Code16KParameters()

Methods

NameDescription
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 2
getQuietZoneRightCoef()Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be
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 2
setQuietZoneRightCoef()Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be
toString()Returns a human-readable string representation of this Code16KParameters.