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

Inherits BaseJavaClass.

Public Member Functions

 getItfBorderThickness ()
 
 setItfBorderThickness (Unit $value)
 
 getItfBorderType ()
 
 setItfBorderType (int $value)
 
 getQuietZoneCoef ()
 
 setQuietZoneCoef (int $value)
 
 toString ()
 
- Public Member Functions inherited from BaseJavaClass
 __construct ($javaClass)
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
- Protected Member Functions inherited from BaseJavaClass
 setJavaClass ($javaClass)
 

Private Attributes

 $itfBorderThickness
 

Detailed Description

ITF parameters.

Member Function Documentation

◆ getItfBorderThickness()

ITFParameters::getItfBorderThickness ( )

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

◆ getItfBorderType()

ITFParameters::getItfBorderType ( )

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

◆ 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.

◆ setItfBorderThickness()

ITFParameters::setItfBorderThickness ( Unit  $value)

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.

◆ 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
intThe 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.

Member Data Documentation

◆ $itfBorderThickness

ITFParameters::$itfBorderThickness
private