ITFParameters
ITFParameters class
ITF parameters.
public class ITFParameters : joint.BaseJavaClass
Constructors
| Name | Description |
|---|
| ITFParameters(object) | Initializes a new instance of the ITFParameters class. |
Methods
| Name | Description |
|---|
| getBorderThickness | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. |
| getBorderType | Border type of ITF barcode. Default value: ITF14BorderType.Bar. |
| getItfBorderThickness | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. |
| getItfBorderType | Border type of ITF barcode. Default value: ITF14BorderType.BAR. |
| getQuietZoneCoef | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. |
| init | |
| setBorderThickness(object) | Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. |
| setBorderType(object) | Border type of ITF barcode. Default value: ITF14BorderType.Bar. |
| setItfBorderThickness(object) | Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. |
| setItfBorderType(object) | Border type of ITF barcode. Default value: ITF14BorderType.BAR. |
| setQuietZoneCoef(object) | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. |
| toString | Returns a human-readable string representation of this ITFParameters. |
Fields
See Also