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

Inherits BaseJavaClass.

Public Member Functions

 getColumns ()
 
 setColumns ($value)
 
 getRows ()
 
 setRows ($value)
 
 getAspectRatio ()
 
 setAspectRatio ($value)
 
 toString ()
 

Detailed Description

Codablock parameters.

Member Function Documentation

◆ getAspectRatio()

getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getColumns()

getColumns ( )

Columns count.

◆ getRows()

getRows ( )

Rows count.

◆ setAspectRatio()

setAspectRatio (   $value)

Height/Width ratio of 2D BarCode module.

◆ setColumns()

setColumns (   $value)

Columns count.

◆ setRows()

setRows (   $value)

Rows count.

◆ toString()

toString ( )

Returns a human-readable string representation of this CodablockParameters.

Returns
A string that represents this CodablockParameters.