![]() |
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) | |
DotCode parameters.
| DotCodeParameters::getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
| 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
| DotCodeParameters::getDotCodeEncodeMode | ( | ) |
Identifies DotCode encode mode. Default value: Auto.
| 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.
| DotCodeParameters::getDotCodeStructuredAppendModeBarcodesCount | ( | ) |
Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
| DotCodeParameters::getECIEncoding | ( | ) |
Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1
| 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
|
protected |
Reimplemented from BaseJavaClass.
| 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.
| DotCodeParameters::setAspectRatio | ( | float | $value | ) |
Height/Width ratio of 2D BarCode module.
| 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
| DotCodeParameters::setDotCodeEncodeMode | ( | int | $value | ) |
Identifies DotCode encode mode. Default value: Auto.
| 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.
| DotCodeParameters::setDotCodeStructuredAppendModeBarcodesCount | ( | int | $value | ) |
Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
| DotCodeParameters::setECIEncoding | ( | int | $value | ) |
Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1
| 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.
| 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
| DotCodeParameters::toString | ( | ) |
Returns a human-readable string representation of this DotCodeParameters.