Click or drag to resize

Image.Render 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: System.IntPtr
SourceRect
Type: Kofax.OmniPageCSDK.IproPlus.IPRORECT
DestRect
Type: Kofax.OmniPageCSDK.IproPlus.IPRORECT
Image (Optional)
Type: Kofax.OmniPageCSDK.IproPlus.IMAGEINDEX
See Also