CWIMAQQRRotationModes Enumeration

NI Vision for Visual Basic

CWIMAQQRRotationModes Enumeration

CWIMAQQRRotationModes are the constants that specify the amount of QR code rotation the method should allow for.

You can use the following constants with this data type:

  • cwimaqQRRotationMode0Degrees—The method allows for ± 5 degrees of rotation.
  • cwimaqQRRotationMode180Degrees—The method allows for between 175 and 185 degrees of rotation.
  • cwimaqQRRotationMode270Degrees—The method allows for between 265 and 275 degrees of rotation.
  • cwimaqQRRotationMode90Degrees—The method allows for between 85 and 95 degrees of rotation.
  • cwimaqQRRotationModeUnlimited—The method allows for unlimited rotation.

See Also

CWIMAQVision.ReadQRCode

CWIMAQQRSearchOptions