DataMatrixMirrorMode
Specifies if the Data Matrix barcode appears normally in the image or if the Data Matrix barcode appears mirrored in the image.
Elements
Name | Value | Description |
---|---|---|
IMAQ_AUTO_DETECT_MIRROR | -2 | Specifies that the function should determine if the Data Matrix barcode is mirrored. |
IMAQ_APPEARS_NORMAL | 0 | Specifies that the function should expect the Data Matrix barcode to appear normal. |
IMAQ_APPEARS_MIRRORED | 1 | Specifies that the function should expect the Data Matrix barcode to appear mirrored. |
IMAQ_DATA_MATRIX_MIRROR_MODE_SIZE_GUARD | 0xFFFFFFFF | Reserved |