SettingCollectionGetThumbnailImageInfo Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic void GetThumbnailImageInfo(
out IMG_INFO info,
out uint color
)
Public Sub GetThumbnailImageInfo (
<OutAttribute> ByRef info As IMG_INFO,
<OutAttribute> ByRef color As UInteger
)
public:
void GetThumbnailImageInfo(
[OutAttribute] IMG_INFO^% info,
[OutAttribute] unsigned int% color
)
Parameters
- info
- Type: Kofax.OmniPageCSDK.ArgTypesIMG_INFO
- color
- Type: SystemUInt32
See Also