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

Inherits BaseJavaClass.

Public Member Functions

 is2DCompositeComponent ()
 
 set2DCompositeComponent (bool $value)
 
 isAllowOnlyGS1Encoding ()
 
 setAllowOnlyGS1Encoding (bool $value)
 
 getColumns ()
 
 setColumns (int $value)
 
 getRows ()
 
 setRows (int $value)
 
 getAspectRatio ()
 
 setAspectRatio (float $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)
 

Detailed Description

Databar parameters.

Member Function Documentation

◆ getAspectRatio()

DataBarParameters::getAspectRatio ( )

Height/Width ratio of 2D BarCode module. Used for DataBar stacked.

◆ getColumns()

DataBarParameters::getColumns ( )

Columns count.

◆ getRows()

DataBarParameters::getRows ( )

Rows count.

◆ init()

DataBarParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ is2DCompositeComponent()

DataBarParameters::is2DCompositeComponent ( )

Enables flag of 2D composite component with DataBar barcode

◆ isAllowOnlyGS1Encoding()

DataBarParameters::isAllowOnlyGS1Encoding ( )

If this flag is set, it allows only GS1 encoding standard for Databar barcode types

◆ set2DCompositeComponent()

DataBarParameters::set2DCompositeComponent ( bool  $value)

Enables flag of 2D composite component with DataBar barcode

◆ setAllowOnlyGS1Encoding()

DataBarParameters::setAllowOnlyGS1Encoding ( bool  $value)

If this flag is set, it allows only GS1 encoding standard for Databar barcode types

◆ setAspectRatio()

DataBarParameters::setAspectRatio ( float  $value)

Height/Width ratio of 2D BarCode module. Used for DataBar stacked.

◆ setColumns()

DataBarParameters::setColumns ( int  $value)

Columns count.

◆ setRows()

DataBarParameters::setRows ( int  $value)

Rows count.

◆ toString()

DataBarParameters::toString ( )

Returns a human-readable string representation of this DataBarParameters.

Returns
string that represents this DataBarParameters.