ITFParameters
ITFParameters class
Module: aspose_barcode.generation.itf_parameters
ITF parameters.
Constructors
Methods
| Name | Return Type | Static | Description |
|---|
| str | str | No | Returns a human-readable string representation of this ITFParameters. |
Properties
| Name | Type | Description |
|---|
| border_thickness | Optional[Unit] | |
| border_type | ITF14BorderType | |
| itf_border_thickness | Optional[Unit] | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. |
| itf_border_type | ITF14BorderType | Border type of ITF barcode. Default value: ITF14BorderType.BAR. |
| quiet_zone_coef | int | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px. |