CodablockParameters
CodablockParameters class
Codablock parameters.
new CodablockParameters()
Methods
| Name | Description |
|---|---|
| getAspectRatio() | Height/Width ratio of 2D BarCode module. |
| getColumns() | Columns count. |
| getRows() | Rows count. |
| setAspectRatio() | Height/Width ratio of 2D BarCode module. |
| setColumns() | Columns count. |
| setRows() | Rows count. |
| toString() | Returns a human-readable string representation of this CodablockParameters. |
getAspectRatio()
Height/Width ratio of 2D BarCode module.
getColumns()
Columns count.
getRows()
Rows count.
setAspectRatio()
Height/Width ratio of 2D BarCode module.
setColumns()
Columns count.
setRows()
Rows count.
toString()
Returns a human-readable string representation of this CodablockParameters.
Returns: string — value that represents this CodablockParameters.