Click or drag to resize

ImageRender Method

Renders the image.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Render(
	IntPtr DC,
	IPRORECT SourceRect,
	IPRORECT DestRect,
	[OptionalAttribute] IMAGEINDEX Image
)

Parameters

DC
Type: SystemIntPtr
SourceRect
Type: Kofax.OmniPageCSDK.IproPlusIPRORECT
DestRect
Type: Kofax.OmniPageCSDK.IproPlusIPRORECT
Image (Optional)
Type: Kofax.OmniPageCSDK.IproPlusIMAGEINDEX
See Also