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

Inherits BaseJavaClass.

Public Member Functions

 getDotCodeEncodeMode ()
 
 setDotCodeEncodeMode (int $value)
 
 isReaderInitialization ()
 
 setReaderInitialization (bool $value)
 
 getDotCodeStructuredAppendModeBarcodeId ()
 
 setDotCodeStructuredAppendModeBarcodeId (int $value)
 
 getDotCodeStructuredAppendModeBarcodesCount ()
 
 setDotCodeStructuredAppendModeBarcodesCount (int $value)
 
 getECIEncoding ()
 
 setECIEncoding (int $value)
 
 getRows ()
 
 setRows (int $value)
 
 getColumns ()
 
 setColumns (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

DotCode parameters.

Member Function Documentation

◆ getAspectRatio()

DotCodeParameters::getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getColumns()

DotCodeParameters::getColumns ( )

Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1

◆ getDotCodeEncodeMode()

DotCodeParameters::getDotCodeEncodeMode ( )

Identifies DotCode encode mode. Default value: Auto.

◆ getDotCodeStructuredAppendModeBarcodeId()

DotCodeParameters::getDotCodeStructuredAppendModeBarcodeId ( )

Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1.

◆ getDotCodeStructuredAppendModeBarcodesCount()

DotCodeParameters::getDotCodeStructuredAppendModeBarcodesCount ( )

Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.

◆ getECIEncoding()

DotCodeParameters::getECIEncoding ( )

Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1

◆ getRows()

DotCodeParameters::getRows ( )

Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1

◆ init()

DotCodeParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ isReaderInitialization()

DotCodeParameters::isReaderInitialization ( )

Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false.

◆ setAspectRatio()

DotCodeParameters::setAspectRatio ( float  $value)

Height/Width ratio of 2D BarCode module.

◆ setColumns()

DotCodeParameters::setColumns ( int  $value)

Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1

◆ setDotCodeEncodeMode()

DotCodeParameters::setDotCodeEncodeMode ( int  $value)

Identifies DotCode encode mode. Default value: Auto.

◆ setDotCodeStructuredAppendModeBarcodeId()

DotCodeParameters::setDotCodeStructuredAppendModeBarcodeId ( int  $value)

Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1.

◆ setDotCodeStructuredAppendModeBarcodesCount()

DotCodeParameters::setDotCodeStructuredAppendModeBarcodesCount ( int  $value)

Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.

◆ setECIEncoding()

DotCodeParameters::setECIEncoding ( int  $value)

Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1

◆ setReaderInitialization()

DotCodeParameters::setReaderInitialization ( bool  $value)

Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false.

◆ setRows()

DotCodeParameters::setRows ( int  $value)

Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1

◆ toString()

DotCodeParameters::toString ( )

Returns a human-readable string representation of this DotCodeParameters.

Returns
string that represents this DotCodeParameters.