GetImageFileInfo

Returns the ImageInformation structure for the given image.

GetImageFileInfo(ImageFileName As String) As ImageInformation

Value passed to this procedure:

ImageFileNameFull path and file name of the image to retrieve information on.

Example

Dim imageInfo As ImageInformation

imageInfo = GetImageFileInfo("c:\demo.jpg")