ITFParameters

ITFParameters

ITF parameters.

Constructor

new ITFParameters()

Source:

Methods

getBorderThickness()

Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

Returns:
Type Description
an ITF border (bearer bar) thickness in Unit value.
Source:

getBorderType()

Border type of ITF barcode. Default value: ITF14BorderType.Bar.

Source:

getItfBorderThickness()

Gets an ITF border (bearer bar) thickness in Unit value.
Default value: 12pt.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getBorderThickness().

Source:

getItfBorderType()

Border type of ITF barcode.
Default value: ITF14BorderType.BAR.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getBorderType().

Source:

getQuietZoneCoef()

Size of the quiet zones in xDimension.
Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
Source:
Throws:
IllegalArgumentException The QuietZoneCoef parameter value is less than 10.

setBorderThickness(value)

Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

Parameters:
Name Type Description
value an ITF border (bearer bar) thickness in Unit value.
Source:

setBorderType()

Border type of ITF barcode. Default value: ITF14BorderType.Bar.

Source:

setItfBorderThickness()

Sets an ITF border (bearer bar) thickness in Unit value.
Default value: 12pt.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setBorderThickness().

Source:

setItfBorderType()

Border type of ITF barcode.
Default value: ITF14BorderType.BAR.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setBorderType().

Source:

setQuietZoneCoef()

Size of the quiet zones in xDimension.
Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
Source:
Throws:
IllegalArgumentException The QuietZoneCoef parameter value is less than 10.

toString()

Returns a human-readable string representation of this ITFParameters.
Returns:
Type Description
A string that represents this ITFParameters.
Source: