Document.SetThumbnailImgInfo 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
Syntaxpublic void SetThumbnailImgInfo(
ImageInfo Info,
uint Color
)
Public Sub SetThumbnailImgInfo (
Info As ImageInfo,
Color As UInteger
)
public:
void SetThumbnailImgInfo(
[InAttribute] ImageInfo^ Info,
[InAttribute] unsigned int Color
)
Parameters
- Info
- Type: Kofax.OmniPageCSDK.IproPlus.ImageInfo
- Color
- Type: System.UInt32
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