Click or drag to resize

ImageFileCreateMemoryBitmapArea Method

This method creates a MemoryBitmap object from a defined area in one of the pages specified by the Page parameter stored in the related ImageFile object.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void CreateMemoryBitmapArea(
	int Page,
	ref IPRORECT Rect,
	out MemoryBitmap MemoryBitmap
)

Parameters

Page
Type: SystemInt32
Rect
Type: Kofax.OmniPageCSDK.IproPlusIPRORECT
MemoryBitmap
Type: Kofax.OmniPageCSDK.IproPlusMemoryBitmap
Remarks

See: CreateMemoryBitmap. The MemoryBitmap object created is automatically added to the MemoryBitmaps collection and a reference to the new object is returned.

To get the whole image area, pass NULL (or Nothing) for the Rect parameter.

See Also