MirrorMode Property

NI Vision for Visual Basic

MirrorMode Property

Syntax

CWIMAQQRDescriptionOptions.MirrorMode

Data Type

CWIMAQQRMirrorModes

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.

Purpose

Specifies if the QR code appears normally in the image or if the QR code appears mirrored in the image.

Remarks

The default is cwimaqQRMirrorModeAutoDetect.