‪Aspose.Barcode for PHP via Java  22.4
‪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 (int $value)
 
 getQuietZoneCoef ()
 
 setQuietZoneCoef (int $value)
 
 toString ()
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
 setJavaClass ($javaClass)
 

Detailed Description

ITF parameters.

Member Function Documentation

◆ getItfBorderThickness()

ITFParameters::getItfBorderThickness ( )

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

◆ getItfBorderType()

ITFParameters::getItfBorderType ( )

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

◆ getJavaClass()

BaseJavaClass::getJavaClass ( )
inherited

◆ getJavaClassName()

BaseJavaClass::getJavaClassName ( )
inherited

◆ getQuietZoneCoef()

ITFParameters::getQuietZoneCoef ( )

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

Exceptions
IllegalArgumentException
Returns
‪int The QuietZoneCoef parameter value is less than 10.

◆ init()

ITFParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ isNull()

BaseJavaClass::isNull ( )
inherited

◆ printJavaClassName()

BaseJavaClass::printJavaClassName ( )
inherited

◆ setItfBorderThickness()

ITFParameters::setItfBorderThickness ( Unit  $value)

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

◆ setItfBorderType()

ITFParameters::setItfBorderType ( int  $value)

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

◆ setJavaClass()

BaseJavaClass::setJavaClass (   $javaClass)
protectedinherited

◆ setQuietZoneCoef()

ITFParameters::setQuietZoneCoef ( int  $value)

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

Exceptions
IllegalArgumentException
Parameters
int‪The QuietZoneCoef parameter value is less than 10.

◆ toString()

ITFParameters::toString ( )

Returns a human-readable string representation of this ITFParameters.

Returns
‪string that represents this ITFParameters.