Code16KParameters
Code16KParameters class
Module: aspose_barcode.generation.code_16k_parameters
Code16K parameters.
Constructors
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. |