CellShape Property

NI Vision for Visual Basic

CellShape Property

Syntax

CWIMAQDataMatrixOptions.CellShape

Data Type

CWIMAQBarcode2DCellShapes

You can use the following constants with this data type:

  • cwimaqBarcode2DCellShapeRound—The method uses an algorithm for decoding the 2D barcode that works with round data cells. Use this algorithm only when the data cells have clear, distinct round edges with a minimum of blurring.
  • cwimaqBarcode2DCellShapeSquare—The method uses an algorithm for decoding the 2D barcode that works with square data cells.

Purpose

Specifies the shape of the barcode data cells, which affects how the method decodes the barcode. The default is cwimaqBarcode2DCellShapeSquare.