This property returns a reference to the
ImageInfo object which contains information about the image.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void ImageInfo(
[OptionalAttribute] IMAGEINDEX Image,
out ImageInfo ImageInfo
)
Public Sub ImageInfo (
<OptionalAttribute> Image As IMAGEINDEX,
<OutAttribute> ByRef ImageInfo As ImageInfo
)
public:
void ImageInfo(
[OptionalAttribute] [InAttribute] IMAGEINDEX Image,
[OutAttribute] ImageInfo^% ImageInfo
)
Parameters
- Image (Optional)
- Type: Kofax.OmniPageCSDK.IproPlus.IMAGEINDEX
- ImageInfo
- Type: Kofax.OmniPageCSDK.IproPlus.ImageInfo
See Also