Click or drag to resize

DocumentSetThumbnailImgInfo Method

This method sets the thumbnail information which is 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 SetThumbnailImgInfo(
	ImageInfo Info,
	uint Color
)

Parameters

Info
Type: Kofax.OmniPageCSDK.IproPlusImageInfo
Color
Type: SystemUInt32
Remarks
Only the size and bits per pixel information of the Info parameter is used. The passed width and height is the container boundary of the thumbnail area that can be used. As the dimensions and aspect ratio of pages can be different, the real thumbnail size is calculated as the best fit for the given dimensions.
See Also