Table of contents
Namespace: Com\Tecnick\Barcode\Type\Square\Datamatrix
Abstract: Yes
File: Placement.php line 34
Placement methods for Datamatrix Barcode type class
Tags
- since: 2015-02-21
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2010-2026 Nicola Asuni - Tecnick.com LTD
- license: https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
- link: https://github.com/tecnickcom/tc-lib-barcode
Methods
getPlacementMap()
File: Placement.php line 289
public getPlacementMap(int $nrow, int $ncol) : array<int, int>
(Annex F - ECC 200 symbol character placement)
Parameters
- $nrow : int: Number of rows.
- $ncol : int: Number of columns.
Return values
array<int, int>