Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
getDataMatrixEcc () | |
setDataMatrixEcc ($value) | |
getDataMatrixEncodeMode () | |
setDataMatrixEncodeMode ($value) | |
getMacroCharacters () | |
setMacroCharacters ($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.
getMacroCharacters | ( | ) |
ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacters.NONE.
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.
setMacroCharacters | ( | $value | ) |
ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacters.NONE.
setRows | ( | $value | ) |
Rows count.
toString | ( | ) |
Returns a human-readable string representation of this DataMatrixParameters.