This property returns the requested corner point of the zone boundary polyline.
 
    Namespace: 
   Kofax.OmniPageCSDK.IproPlus
    Assembly:
   Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
 Syntax
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 Remarks
Remarks
          The number of points can be acquired through the PointCount property.
 See Also
See Also