This function retrieves various image information.

[C++Builder/Visual C++]     BOOL IKGetImageType(HANDLE Handle, PTR_IKIMAGE_INFO ImageInfo);
[Delphi]         function IKGetImageType(Handle: THandle; var ImageInfo: IKIMAGE_INFO): LongBool;
[Visual Basic]   Function IKGetImageType(ByVal Handle As Long, ImageInfo As IKIMAGE_INFO) As Long

Parameters

Name Explanation
Handle The image handle (supports raster and vector image data)
ImageInfo The structure (user-defined type) parameter containing the retrieved information

Return Value

Returns True (nonzero) if successful, returns False (0) if not successful

Explanation

The IKGetImageType function retrieves various image information. If successful, the image information is set into the ImageInfo parameter. Regarding IKIMAGE_INFO, please refer to the explanation for the IKIMAGE_INFO member variables in the Ik9Com.dll, Ik9ComA.dll, Ik9Com64.dll, Ik9Com64A.dll.


Note: The ImageKit9 ImageInfo structure is different from the ImageKit5. (IK6 and IK7 are the same)

 

The ImageKit9 ActiveX is a product created by Newtone Corporation