Returns or sets the symbol size of the DataMatrix.
object.DataMatrixSize [=Value]
DataMatrixSize Enumeration
The following settings are available:
| Constant | Value | Description |
| Auto | 0 | The component will default to creating a symbol that is the minimum size to represent the given data. |
| R10xC10 | 1 | 10 rows x 10 columns, square shape |
| R12xC12 | 2 | 12 rows x 12 columns |
| R14xC14 | 3 | 14 rows x 14 columns |
| R16xC16 | 4 | 16 rows x 16 columns |
| R18xC18 | 5 | 18 rows x 18 columns |
| R20xC20 | 6 | 20 rows x 20 columns |
| R22xC22 | 7 | 22 rows x 22 columns |
| R24xC24 | 8 | 24 rows x 24 columns |
| R26xC26 | 9 | 26 rows x 26 columns |
| R32xC32 | 10 | 32 rows x 32 columns |
| R36xC36 | 11 | 36 rows x 36 columns |
| R40xC40 | 12 | 40 rows x 40 columns |
| R44xC44 | 13 | 44 rows x 44 columns |
| R48xC48 | 14 | 48 rows x 48 columns |
| R52xC52 | 15 | 52 rows x 52 columns |
| R64xC64 | 16 | 64 rows x 64 columns |
| R72xC72 | 17 | 72 rows x 72 columns |
| R80xC80 | 18 | 80 rows x 80 columns |
| R88xC88 | 19 | 88 rows x 88 columns |
| R96xC96 | 20 | 96 rows x 96 columns |
| R104xC104 | 21 | 104 rows x 104 columns |
| R120xC120 | 22 | 120 rows x 120 columns |
| R132xC132 | 23 | 132 rows x 132 columns |
| R144xC144 | 24 | 144 rows x 144 columns |
| R8xC18 | 25 | 8 rows x 18 columns, rectangular shape |
| R8xC32 | 26 | 8 rows x 32 columns |
| R12xC26 | 27 | 12 rows x 26 columns |
| R12xC36 | 28 | 12 rows x 36 columns |
| R16xC36 | 29 | 16 rows x 36 columns |
| R16xC48 | 30 | 16 rows x 48 columns |