This property returns the requested
Page object from the collection.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out Page Page
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef Page As Page
)
public:
void GetItem(
int Index,
[OutAttribute] Page^% Page
)
Parameters
- Index
- Type: System.Int32
- Page
- Type: Kofax.OmniPageCSDK.IproPlus.Page
See Also