Click or drag to resize

MemoryBitmaps Class

This property returns the MemoryBitmaps collection, which enumerates the set of bitmaps stored in the memory.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class MemoryBitmaps : IproPlusClass, 
	IDisposable

The MemoryBitmaps type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of bitmaps in the collection.
Top
Methods
  NameDescription
Public methodAdd
This method creates a new MemoryBitmap object from raw data and information specified by the ImgInfo parameter and adds it to the collection.
Public methodDispose
Releases all resources used by the MemoryBitmaps
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested MemoryBitmap object from the collection.
Public methodRemove
This method destroys the specified MemoryBitmap object and removes it from the collection.
Public methodRemoveAll
This method removes and destroys all MemoryBitmap objects stored in the collection.
Top
Remarks

If the Engine is not initialized, accessing this property raises a trappable error.

See Also