Click or drag to resize

Image.RenderToMemory Method

Render the image to the memory.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void RenderToMemory(
	IPRORECT SourceRect,
	IPROSIZE DestSize,
	[OptionalAttribute] IMAGEINDEX Image,
	out MemoryBitmap MemoryBitmap
)

Parameters

SourceRect
Type: Kofax.OmniPageCSDK.IproPlus.IPRORECT
DestSize
Type: Kofax.OmniPageCSDK.IproPlus.IPROSIZE
Image (Optional)
Type: Kofax.OmniPageCSDK.IproPlus.IMAGEINDEX
MemoryBitmap
Type: Kofax.OmniPageCSDK.IproPlus.MemoryBitmap
See Also