BackgroundZonePoint Method
|
This method returns the requested point of the zone-boundary polyline.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IPROPOINT Point(
int Index
)
Public Function Point (
Index As Integer
) As IPROPOINT
public:
IPROPOINT Point(
[InAttribute] int Index
)
Parameters
- Index
- Type: SystemInt32
Return Value
Type:
IPROPOINT
See Also