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

Inherits BaseJavaClass.

Public Member Functions

 is2DCompositeComponent ()
 
 set2DCompositeComponent ($value)
 
 isAllowOnlyGS1Encoding ()
 
 setAllowOnlyGS1Encoding ($value)
 
 getColumns ()
 
 setColumns ($value)
 
 getRows ()
 
 setRows ($value)
 
 getAspectRatio ()
 
 setAspectRatio ($value)
 
 toString ()
 

Detailed Description

Databar parameters.

Member Function Documentation

◆ getAspectRatio()

getAspectRatio ( )

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

◆ getColumns()

getColumns ( )

Columns count.

◆ getRows()

getRows ( )

Rows count.

◆ is2DCompositeComponent()

is2DCompositeComponent ( )

Enables flag of 2D composite component with DataBar barcode

◆ isAllowOnlyGS1Encoding()

isAllowOnlyGS1Encoding ( )

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

◆ set2DCompositeComponent()

set2DCompositeComponent (   $value)

Enables flag of 2D composite component with DataBar barcode

◆ setAllowOnlyGS1Encoding()

setAllowOnlyGS1Encoding (   $value)

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

◆ setAspectRatio()

setAspectRatio (   $value)

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

◆ setColumns()

setColumns (   $value)

Columns count.

◆ setRows()

setRows (   $value)

Rows count.

◆ toString()

toString ( )

Returns a human-readable string representation of this DataBarParameters.

Returns
A string that represents this DataBarParameters.