CWIMAQDataMatrixGradingModes Enumeration

NI Vision for Visual Basic

CWIMAQDataMatrixGradingModes Enumeration

CWIMAQDataMatrixGradingModes are the constants that define what calculations the method makes to prepare to grade the Data Matrix barcode.

You can use the following constants with this data type:

  • cwimaqDataMatrixGradingModeAIM—The method prepares the image for grading using the AIM Print Quality metrics.
  • cwimaqDataMatrixGradingModeNone—The method does not make any preparatory calculations. Attempts to grade this Data Matrix barcode will generate an error.

See Also

CWIMAQVision.ReadDataMatrixBarcode2