RotationMode Property

NI Vision for Visual Basic

RotationMode Property

Syntax

CWIMAQDataMatrixSearchOptions.RotationMode

Data Type

CWIMAQDataMatrixRotationModes

You can use the following constants with this data type:

  • cwimaqDataMatrixRotationMode0Degrees—The method allows for ± 5 degrees of rotation.
  • cwimaqDataMatrixRotationMode180Degrees—The method allows for between 175 and 185 degrees of rotation.
  • cwimaqDataMatrixRotationMode270Degrees—The method allows for between 265 and 275 degrees of rotation.
  • cwimaqDataMatrixRotationMode90Degrees—The method allows for between 85 and 95 degrees of rotation.
  • cwimaqDataMatrixRotationModeUnlimited—The method allows for unlimited rotation.

Purpose

Specifies the amount of Data Matrix barcode rotation the function should allow for.

Remarks

The default value is cwimaqDataMatrixRotationModeUnlimited.