TIEMultiBitmap.LoadFromStream
Declaration
function LoadFromStream(Stream: TStream; ImageFormat: TIOFileType = ioUnknown): boolean;
Description
Load an image from a stream (including all its frames) of any format supported by the
TImageEnMIO class.
You can optionally specify the
Format. If it is not specified, ImageEn will determine the file type automatically.
Returns
False on failure.
Note:
◼Do not use LoadFromStream() in
IsVirtual mode
◼Alternatively, you can use the loading methods of
MIO
◼For legacy reasons, LoadFromStream() is an alias of Read()
See Also
◼LoadFromFile
◼LoadFromStream
◼SaveToFile
◼MIO