Aspose.Barcode for PHP via Java Generation and Recognition API docs
ITFParameters Class Reference

Inherits BaseJavaClass.

Public Member Functions

 getItfBorderThickness ()
 
 setItfBorderThickness (Unit $value)
 
 getItfBorderType ()
 
 setItfBorderType ($value)
 
 getQuietZoneCoef ()
 
 setQuietZoneCoef ($value)
 
 toString ()
 

Detailed Description

ITF parameters.

Member Function Documentation

◆ getItfBorderThickness()

getItfBorderThickness ( )

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

◆ getItfBorderType()

getItfBorderType ( )

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

◆ getQuietZoneCoef()

getQuietZoneCoef ( )

Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.

Exceptions
IllegalArgumentExceptionThe QuietZoneCoef parameter value is less than 10.

◆ setItfBorderThickness()

setItfBorderThickness ( Unit  $value)

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

◆ setItfBorderType()

setItfBorderType (   $value)

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

◆ setQuietZoneCoef()

setQuietZoneCoef (   $value)

Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.

Exceptions
IllegalArgumentExceptionThe QuietZoneCoef parameter value is less than 10.

◆ toString()

toString ( )

Returns a human-readable string representation of this ITFParameters.

Returns
A string that represents this ITFParameters.