CodablockParameters
Contents
[
Hide
]CodablockParameters class
Module: aspose_barcode.generation.codablock_parameters
Codablock parameters.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| str | str | No | Returns a human-readable string representation of this CodablockParameters. |
Properties
| Name | Type | Description |
|---|---|---|
| aspect_ratio | float | Height/Width ratio of 2D BarCode module. |
| columns | int | Columns count. |
| rows | int | Rows count. |
CodablockParameters Constructor
__init__(self, _java_class)
| Parameter | Type | Description |
|---|---|---|
_java_class | `` |
CodablockParameters.str
__str__(self) -> str
Returns a human-readable string representation of this CodablockParameters.
Return Type: str — A string that represents this CodablockParameters.
CodablockParameters.aspect_ratio
Type: float
Height/Width ratio of 2D BarCode module.
Height/Width ratio of 2D BarCode module.
| Parameter | Type | Description |
|---|---|---|
value | float |
CodablockParameters.columns
Type: int
Columns count.
Columns count.
| Parameter | Type | Description |
|---|---|---|
value | int |
CodablockParameters.rows
Type: int
Rows count.
Rows count.
| Parameter | Type | Description |
|---|---|---|
value | int |