DocumentThumbnailsChangedHandler Delegate
|
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic delegate void ThumbnailsChangedHandler(
Document Document,
int UniqueID,
int Width,
int Height,
uint BackColor
)
Public Delegate Sub ThumbnailsChangedHandler (
Document As Document,
UniqueID As Integer,
Width As Integer,
Height As Integer,
BackColor As UInteger
)
public delegate void ThumbnailsChangedHandler(
Document^ Document,
int UniqueID,
int Width,
int Height,
unsigned int BackColor
)
Parameters
- Document
- Type: Kofax.OmniPageCSDK.IproPlusDocument
- UniqueID
- Type: SystemInt32
- Width
- Type: SystemInt32
- Height
- Type: SystemInt32
- BackColor
- Type: SystemUInt32
See Also