Click or drag to resize

MemoryBitmapsGetItem Method

This property returns the requested MemoryBitmap 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 MemoryBitmap MemoryBitmap
)

Parameters

Index
Type: SystemInt32
MemoryBitmap
Type: Kofax.OmniPageCSDK.IproPlusMemoryBitmap
Remarks

The index of the first object in the collection is zero (0) and the last object is referred to with Count-1. If the Index parameter is invalid, a trappable error occurs.

See Also