ClearImage COM API
ModuleSize Property
CiBarcode Object : ModuleSize Property
Description
The average width of the barcode module in pixels
Property type
Read-write property
Syntax
Visual Basic
Public Property ModuleSize As Double
Remarks

For most barcodes this value represent the width of the narrowest bar or space, measured in pixels in the image. For DataMatrix and QR it is the size of the little square modules that make up the symbol.   The smallest dimension vertical or horizontal is reported.  Best performance is obtained when the module size is between 3-10.   Smaller values require extra effort for recognition.  Modules sizes smaller than 2 are often not readable.   Module sizes above 10 represent excess resolution (for the purposes of recognition) and simply slow down the process. 

Scanners refer to this pixel value as dots.   To obtain the physical dimensions of the feature divide this value by the resolution (in dots per inch).

See Also

CiBarcode Object  | CiBarcode Members