Code16KParameters
Code16KParameters class
Module: aspose_barcode.generation.code_16k_parameters
Code16K parameters.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| str | str | No | Returns a human-readable string representation of this Code16KParameters. |
Properties
| Name | Type | Description |
|---|---|---|
| aspect_ratio | float | Height/Width ratio of 2D BarCode module. |
| quiet_zone_left_coef | int | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px. |
| quiet_zone_right_coef | int | Size 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)
| Parameter | Type | Description |
|---|---|---|
_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.
| Parameter | Type | Description |
|---|---|---|
value | float |
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.
| Parameter | Type | Description |
|---|---|---|
value | int |
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.
| Parameter | Type | Description |
|---|---|---|
value | int |