Document.GetThumbnailImgInfo 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
Syntaxpublic void GetThumbnailImgInfo(
out ImageInfo Info,
out uint Color
)
Public Sub GetThumbnailImgInfo (
<OutAttribute> ByRef Info As ImageInfo,
<OutAttribute> ByRef Color As UInteger
)
public:
void GetThumbnailImgInfo(
[OutAttribute] ImageInfo^% Info,
[OutAttribute] 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 are updated upon return.
See Also