Click or drag to resize

Image.Merge Method

Merges the target images.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Merge(
	ref IPRORECT RectTarget,
	Image ImageSource,
	ref IPRORECT RectSource,
	uint Color
)

Parameters

RectTarget
Type: Kofax.OmniPageCSDK.IproPlus.IPRORECT
ImageSource
Type: Kofax.OmniPageCSDK.IproPlus.Image
RectSource
Type: Kofax.OmniPageCSDK.IproPlus.IPRORECT
Color
Type: System.UInt32
See Also