ITFParameters
ITFParameters class
Namespace: Aspose.Barcode.Generation
ITF parameters.
Constructors
| Name | Description |
|---|---|
| __construct |
Properties
| Name | Read/Write | Description |
|---|---|---|
| BorderThickness | Read/Write | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. |
| BorderType | Read/Write | Border type of ITF barcode. Default value: ITF14BorderType.Bar. |
| ItfBorderThickness | Read/Write | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. |
| ItfBorderType | Read/Write | Border type of ITF barcode. Default value: ITF14BorderType::BAR. |
| QuietZoneCoef | Read/Write | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. |
ITFParameters__construct(ITFParametersDTO $itfParametersDto)
| Parameter | Type | Description |
|---|---|---|
$itfParametersDto | ITFParametersDTO |
BorderThickness
Access: Read/Write
Returns: an ITF border (bearer bar) thickness in Unit value.
Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
| Parameter | Type | Description |
|---|---|---|
$value | Unit | an ITF border (bearer bar) thickness in Unit value. |
BorderType
Access: Read/Write
Border type of ITF barcode. Default value: ITF14BorderType.Bar.
Border type of ITF barcode. Default value: ITF14BorderType.Bar.
| Parameter | Type | Description |
|---|---|---|
$value | int |
ItfBorderThickness
Access: Read/Write
Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
| Parameter | Type | Description |
|---|---|---|
$value | Unit |
ItfBorderType
Access: Read/Write
Border type of ITF barcode. Default value: ITF14BorderType::BAR.
Border type of ITF barcode. Default value: ITF14BorderType::BAR.
| Parameter | Type | Description |
|---|---|---|
$value | int |
QuietZoneCoef
Access: Read/Write
Returns: int The QuietZoneCoef parameter value is less than 10.
Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
| Parameter | Type | Description |
|---|---|---|
$value | int |