class
DataBarParameters
Source: Generator.
Databar parameters.
new DataBarParameters()
Methods
getAspectRatio()
Height/Width ratio of 2D BarCode module. Used for DataBar stacked.
getColumns()
Columns count.
getRows()
Rows count.
setAspectRatio()
Height/Width ratio of 2D BarCode module. Used for DataBar stacked.
setColumns()
Columns count.
setRows()
Rows count.
toString()
Returns a human-readable string representation of this DataBarParameters.
- Returns
-
A string that represents this DataBarParameters.