Code16KParameters

Code16KParameters class

Module: aspose_barcode.generation.code_16k_parameters

Code16K parameters.

Constructors

NameDescription
init

Methods

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

Properties

NameTypeDescription
aspect_ratiofloatHeight/Width ratio of 2D BarCode module.
quiet_zone_left_coefintSize of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px.
quiet_zone_right_coefintSize of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px.

Code16KParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_java_class``

Code16KParameters.str

__str__(self) -> str

Returns a human-readable string representation of this Code16KParameters.

Return Type: str — A string that represents this Code16KParameters.

Code16KParameters.aspect_ratio

Type: float

Height/Width ratio of 2D BarCode module.

Height/Width ratio of 2D BarCode module.

ParameterTypeDescription
valuefloat

Code16KParameters.quiet_zone_left_coef

Type: int

Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px.

Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px.

ParameterTypeDescription
valueint

Code16KParameters.quiet_zone_right_coef

Type: int

Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px.

Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px.

ParameterTypeDescription
valueint