LoadFromStream(Stream: IIOStream; [Transparent: IGxColor = Null]);
LoadFromStream(Stream: System.IO.Stream; Transparent: Prognoz.Platform.Interop.Drawing.IGxColor);
Stream. Parameter that determines the stream, from which the image is loaded to the collection.
Transparent. Parameter that determines the color that is used as a transparent one.
The LoadFromStream method loads images to the collection from the stream that is passed by the Stream input parameter.
The example of use is given on the page with description of the SaveToDoc method.
See also: