Overload List

NameDescription
LoadImageInfo(Stream)

Reads image properties (Params) without load the image (and without changing current image).

LoadImageInfo auto recognizes image type from file header.

If image is unknown the IOParams.FileType has Unknown value.

LoadImageInfo(String)

Reads image properties (Params) without load the image (and without changing current image).

LoadImageInfo auto recognizes image type from file header and file name extension.

If image is unknown the IOParams.FileType has Unknown value.

LoadImageInfo(Stream, IEFileFormats)
Fills IOParams reading an image from stream, but doesn't load the image in the component.
LoadImageInfo(String, IEFileFormats)
Fills IOParams reading an image from file, but doesn't load the image in the component.
LoadImageInfo(IntPtr, Int32, IEFileFormats)
Loads an image parameters (but not the actual image) from the specified buffer.

See Also