BackgroundZoneRect Method
|
This method returns the requested rectangle of the user zone area.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IPRORECT Rect(
int Index
)
Public Function Rect (
Index As Integer
) As IPRORECT
public:
IPRORECT Rect(
[InAttribute] int Index
)
Parameters
- Index
- Type: SystemInt32
Return Value
Type:
IPRORECT
See Also