Click or drag to resize

DocumentThumbnailsChangedHandler Delegate

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public delegate void ThumbnailsChangedHandler(
	Document Document,
	int UniqueID,
	int Width,
	int Height,
	uint BackColor
)

Parameters

Document
Type: Kofax.OmniPageCSDK.IproPlusDocument
UniqueID
Type: SystemInt32
Width
Type: SystemInt32
Height
Type: SystemInt32
BackColor
Type: SystemUInt32
See Also