CodablockParameters

CodablockParameters class

Module: aspose_barcode.generation.codablock_parameters

Codablock parameters.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
strstrNoReturns a human-readable string representation of this CodablockParameters.

Properties

NameTypeDescription
aspect_ratiofloatHeight/Width ratio of 2D BarCode module.
columnsintColumns count.
rowsintRows count.

CodablockParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_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.

ParameterTypeDescription
valuefloat

CodablockParameters.columns

Type: int

Columns count.

Columns count.

ParameterTypeDescription
valueint

CodablockParameters.rows

Type: int

Rows count.

Rows count.

ParameterTypeDescription
valueint