Click or drag to resize

ImageRenderToMemory 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.IproPlusIPRORECT
DestSize
Type: Kofax.OmniPageCSDK.IproPlusIPROSIZE
Image (Optional)
Type: Kofax.OmniPageCSDK.IproPlusIMAGEINDEX
MemoryBitmap
Type: Kofax.OmniPageCSDK.IproPlusMemoryBitmap
See Also