Click or drag to resize

DocumentsGetItem Method

This property returns the specified Document object from the collection.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetItem(
	int Index,
	out Document Document
)

Parameters

Index
Type: SystemInt32
Document
Type: Kofax.OmniPageCSDK.IproPlusDocument
Remarks
The index of the first object in the collection is zero (0) and the last object is given by Count - 1.
See Also