Click or drag to resize

Document.ThumbnailsChangedHandler 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.IproPlus.Document
UniqueID
Type: System.Int32
Width
Type: System.Int32
Height
Type: System.Int32
BackColor
Type: System.UInt32
See Also