ITFParameters
Source: Generation.
ITF parameters.
new ITFParameters()
Methods
getItfBorderThickness()
Gets or sets 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.
- Throws
-
IllegalArgumentException The QuietZoneCoef parameter value is less than 10.
setItfBorderThickness()
Gets or sets an ITF border (bearer bar) thickness in Unit value.
Default value: 12pt.
setItfBorderType()
Border type of ITF barcode.
Default value: ITF14BorderType.BAR.
setQuietZoneCoef()
Size of the quiet zones in xDimension.
Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
- Throws
-
IllegalArgumentException The QuietZoneCoef parameter value is less than 10.
toString()
Returns a human-readable string representation of this ITFParameters.
- Returns
-
A string that represents this ITFParameters.