Declaration
procedure LoadFromStream(Stream: TStream; CheckMagicString: Boolean = True);
Description
Load file formats parameters from a stream that was filled using
SaveToStream.
CheckMagicString should always be True, unless you must maintain compatibility with streams saved from earlier editions of ImageEn (prior to v6.3.1)
Note: This does NOT read the parameters from an existing image file stream. See
Read instead.
Example
ImageEnView1.IO.Params.LoadFromStream( ms );
See Also
◼SaveToStream
◼Read