Click or drag to resize

DocumentThumbnailsChangedHandler Delegate

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in 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: OmniPageCSDK.IproPlusDocument
UniqueID
Type: SystemInt32
Width
Type: SystemInt32
Height
Type: SystemInt32
BackColor
Type: SystemUInt32
See Also