ITFParameters

ITFParameters class

ITF parameters.

public class ITFParameters : joint.BaseJavaClass

Constructors

NameDescription
ITFParameters(object)Initializes a new instance of the ITFParameters class.

Methods

NameDescription
getBorderThicknessGets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
getBorderTypeBorder type of ITF barcode. Default value: ITF14BorderType.Bar.
getItfBorderThicknessGets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
getItfBorderTypeBorder type of ITF barcode. Default value: ITF14BorderType.BAR.
getQuietZoneCoefSize 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.
toStringReturns a human-readable string representation of this ITFParameters.

Fields

NameDescription
itfBorderThickness

See Also