Click or drag to resize

ImageFileCreateMemoryBitmap Method

This method creates a MemoryBitmap object from one of the pages 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 CreateMemoryBitmap(
	[OptionalAttribute] int Page,
	out MemoryBitmap MemoryBitmap
)

Parameters

Page (Optional)
Type: SystemInt32
MemoryBitmap
Type: Kofax.OmniPageCSDK.IproPlusMemoryBitmap
Remarks

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

The Page is an optional numeric parameter specifying the index of the image being processed. If it is unspecified or (-1), the first page will be used to create the MemoryBitmap.

See Also