The MatrixType enumeration is used to determine a type of output data matrix.
It is used by the following property:
| Value | Brief description |
| 0 | Unknown. Undefined type. Default. |
| 1 | Elem. Elementary matrix. |
| 2 | OnStream. Stream matrix. |
| 3 | RB. Matrix based on the red/black tree principle. |
| 4 | DWARF. Matrix that uses the DWARF algorithm for memory use optimization. |
| 5 | AVL. Matrix based on the AVL tree principle. |
| 6 | Arr. Array. |
| 7 | Bmp. Matrix based on Bitmap. |
See also: