PageRecommendUserZone Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic ZONETYPE RecommendUserZone(
int x,
int y,
out IPRORECT Rect
)
Public Function RecommendUserZone (
x As Integer,
y As Integer,
<OutAttribute> ByRef Rect As IPRORECT
) As ZONETYPE
public:
ZONETYPE RecommendUserZone(
[InAttribute] int x,
[InAttribute] int y,
[OutAttribute] IPRORECT% Rect
)
Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- Rect
- Type: Kofax.OmniPageCSDK.IproPlusIPRORECT
Return Value
Type:
ZONETYPE
See Also