Engine.GetMemoryBitmaps Method
|
This property returns the
MemoryBitmaps collection, which enumerates the set of bitmaps stored in the memory.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetMemoryBitmaps(
out MemoryBitmaps MemoryBitmaps
)
Public Sub GetMemoryBitmaps (
<OutAttribute> ByRef MemoryBitmaps As MemoryBitmaps
)
public:
void GetMemoryBitmaps(
[OutAttribute] MemoryBitmaps^% MemoryBitmaps
)
Parameters
- MemoryBitmaps
- Type: Kofax.OmniPageCSDK.IproPlus.MemoryBitmaps
Remarks
If the Engine is not initialized, accessing this property raises a trappable error.
See Also