![]() |
Aspose.Barcode for PHP via Java
20.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| getDataMatrixEcc () | |
| setDataMatrixEcc ($value) | |
| getDataMatrixEncodeMode () | |
| setDataMatrixEncodeMode ($value) | |
| getColumns () | |
| setColumns ($value) | |
| getRows () | |
| setRows ($value) | |
| getAspectRatio () | |
| setAspectRatio ($value) | |
| getCodeTextEncoding () | |
| setCodeTextEncoding ($value) | |
| toString () | |
DataMatrix parameters.
| getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
| getCodeTextEncoding | ( | ) |
Gets the encoding of codetext.
| getColumns | ( | ) |
Columns count.
| getDataMatrixEcc | ( | ) |
Gets a Datamatrix ECC type. Default value: DataMatrixEccType::ECC_200.
| getDataMatrixEncodeMode | ( | ) |
Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode::AUTO.
| getRows | ( | ) |
Rows count.
| setAspectRatio | ( | $value | ) |
Height/Width ratio of 2D BarCode module.
| setCodeTextEncoding | ( | $value | ) |
Sets the encoding of codetext.
| setColumns | ( | $value | ) |
Columns count.
| setDataMatrixEcc | ( | $value | ) |
Sets a Datamatrix ECC type. Default value: DataMatrixEccType::ECC_200.
| setDataMatrixEncodeMode | ( | $value | ) |
Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode::AUTO.
| setRows | ( | $value | ) |
Rows count.
| toString | ( | ) |
Returns a human-readable string representation of this DataMatrixParameters.