TClrImage.LoadFromStream(_Stream,Boolean) Method
Creates an Image from the specified data stream, optionally using embedded color management information in that stream.
public procedure LoadFromStream(Stream: _Stream; UseEmbeddedColorManagement: Boolean); overload;
Parameters
- Stream
- Type: _Stream
A Stream that contains the data for this Image.
- UseEmbeddedColorManagement
- Type: Boolean
true to use color management information embedded in the data stream; otherwise, false.