Click or drag to resize

DocumentGetThumbnailImgInfo Method

This method retrieves the thumbnail information currently being used when the engine generates thumbnail images (II_THUMBNAIL image of the Image object).

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetThumbnailImgInfo(
	out ImageInfo Info,
	out uint Color
)

Parameters

Info
Type: Kofax.OmniPageCSDK.IproPlusImageInfo
Color
Type: SystemUInt32
Remarks
Only the size and bits per pixel information of the Info parameter are updated upon return.
See Also