Click or drag to resize

CELLMAPPING Enumeration

Cell mapping values.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("0BCEDD53-20AF-4F09-A101-898769A41546")]
public enum CELLMAPPING
Members
  Member nameValueDescription
CM_PIXELS1 Return values is in pixels. (0,0) means the top-left corner of the image.
CM_GRIDS2 The return values specify which column and row of the table's virtual grid contains the cell.
See Also