Click or drag to resize

EngineGetMemoryBitmaps Method

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

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetMemoryBitmaps(
	out MemoryBitmaps MemoryBitmaps
)

Parameters

MemoryBitmaps
Type: OmniPageCSDK.IproPlusMemoryBitmaps
Remarks

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

See Also