MirrorMode Property

NI Vision for Visual Basic

MirrorMode Property

Syntax

CWIMAQDataMatrixDescriptionOptions.MirrorMode

Data Type

CWIMAQDataMatrixMirrorModes

You can use the following constants with this data type:

  • cwimaqDataMatrixMirrorModeAutoDetect—The method should determine if the Data Matrix barcode is mirrored.
  • cwimaqDataMatrixMirrorModeMirrored—The method should expect the Data Matrix barcode to appear mirrored.
  • cwimaqDataMatrixMirrorModeNormal—The method should expect the Data Matrix barcode to appear normal.

Purpose

Specifies if the Data Matrix barcode appears normally in the image or if the barcode appears mirrored in the image.

Remarks

The default is cwimaqDataMatrixMirrorModeAutoDetect.