DataMatrixRotationMode
Specifies the amount of Data Matrix barcode rotation the function should allow for.
Elements
| Name | Value | Description |
|---|---|---|
| IMAQ_UNLIMITED_ROTATION | 0 | The function allows for unlimited rotation. |
| IMAQ_0_DEGREES | 1 | The function allows for between -5 and 5 degrees of rotation. |
| IMAQ_90_DEGREES | 2 | The function allows for between 85 and 95 degrees of rotation. |
| IMAQ_180_DEGREES | 3 | The function allows for between 175 and 185 degrees of rotation. |
| IMAQ_270_DEGREES | 4 | The function allows for between 265 and 275 degrees of rotation. |
| IMAQ_DATA_MATRIX_ROTATION_MODE_SIZE_GUARD | 0xFFFFFFFF | Reserved |