This property returns the bounding rectangle of the cell.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IPRORECT Rect(
CELLMAPPING Mapping
)
Public Function Rect (
Mapping As CELLMAPPING
) As IPRORECT
public:
IPRORECT Rect(
[InAttribute] CELLMAPPING Mapping
)
Parameters
- Mapping
- Type: Kofax.OmniPageCSDK.IproPlusCELLMAPPING
Return Value
Type:
IPRORECT
Remarks
Mapping is the coordinate system used to interpret the return value. Possible values are listed under the CELLMAPPING Enumeration topic.
See Also