Code16KParameters

Code16KParameters

Code16K parameters.

Constructor

new Code16KParameters()

Source:

Methods

getAspectRatio()

Height/Width ratio of 2D BarCode module.
Source:

getQuietZoneLeftCoef()

Size of the left quiet zone in xDimension.
Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
Source:

getQuietZoneRightCoef()

Size of the right quiet zone in xDimension.
Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
Source:

setAspectRatio()

Height/Width ratio of 2D BarCode module.
Source:

setQuietZoneLeftCoef()

Size of the left quiet zone in xDimension.
Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
Source:

setQuietZoneRightCoef()

Size of the right quiet zone in xDimension.
Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
Source:

toString()

Returns a human-readable string representation of this Code16KParameters.
Returns:
Type Description
A string that represents this Code16KParameters.
Source: