‪Aspose.Barcode for PHP via Java  22.4
‪Aspose.Barcode for PHP via Java Generation and Recognition API docs
DotCodeParameters Class Reference

Inherits BaseJavaClass.

Public Member Functions

 getDotCodeMask ()
 
 setDotCodeMask (int $value)
 
 getAspectRatio ()
 
 setAspectRatio (float $value)
 
 toString ()
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
 setJavaClass ($javaClass)
 

Detailed Description

DotCode parameters.

Member Function Documentation

◆ getAspectRatio()

DotCodeParameters::getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getDotCodeMask()

DotCodeParameters::getDotCodeMask ( )

Mask of Dotcode barcode. Default value: -1.

◆ getJavaClass()

BaseJavaClass::getJavaClass ( )
inherited

◆ getJavaClassName()

BaseJavaClass::getJavaClassName ( )
inherited

◆ init()

DotCodeParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ isNull()

BaseJavaClass::isNull ( )
inherited

◆ printJavaClassName()

BaseJavaClass::printJavaClassName ( )
inherited

◆ setAspectRatio()

DotCodeParameters::setAspectRatio ( float  $value)

Height/Width ratio of 2D BarCode module.

◆ setDotCodeMask()

DotCodeParameters::setDotCodeMask ( int  $value)

Mask of Dotcode barcode. Default value: -1.

◆ setJavaClass()

BaseJavaClass::setJavaClass (   $javaClass)
protectedinherited

◆ toString()

DotCodeParameters::toString ( )

Returns a human-readable string representation of this DotCodeParameters.

Returns
‪string that represents this DotCodeParameters.