CWIMAQQRMirrorModes Enumeration

NI Vision for Visual Basic

CWIMAQQRMirrorModes Enumeration

CWIMAQQRMirrorModes are the constants that specify if the QR code appears normally in the image or if the QR code appears mirrored in the image.

You can use the following constants with this data type:

  • cwimaqQRMirrorModeAutoDetect—The method should determine if the QR code appears normal or mirrored.
  • cwimaqQRMirrorModeMirrored—The method should expect the QR code to appear mirrored.
  • cwimaqQRMirrorModeNormal—The method should expect the QR code to appear normal.

See Also

CWIMAQVision.ReadQRCode

CWIMAQQRDescriptionOptions