Code16KParameters

Code16KParameters class

Code16K parameters.

public class Code16KParameters : joint.BaseJavaClass

Constructors

NameDescription
Code16KParameters(object)Initializes a new instance of the Code16KParameters class.

Methods

NameDescription
getAspectRatioHeight/Width ratio of 2D BarCode module.
getQuietZoneLeftCoefSize of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
getQuietZoneRightCoefSize of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
init
setAspectRatio(object)Height/Width ratio of 2D BarCode module.
setQuietZoneLeftCoef(object)Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
setQuietZoneRightCoef(object)Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
toStringReturns a human-readable string representation of this Code16KParameters.

See Also