CWIMAQDataMatrixMirrorModes Enumeration

NI Vision for Visual Basic

CWIMAQDataMatrixMirrorModes Enumeration

CWIMAQDataMatrixMirrorModes are the constants that specify if the Data Matrix barcode appears normally in the image or if the Data Matrix barcode appears mirrored in the image.

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.

See Also

CWIMAQVision.ReadDataMatrixBarcode2

CWIMAQDataMatrixDescriptionOptions