Image::FromStream Method
.NET Framework (current version)
Creates an Image from the specified data stream.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | FromStream(Stream^) | Creates an Image from the specified data stream. |
![]() ![]() | FromStream(Stream^, Boolean) | Creates an Image from the specified data stream, optionally using embedded color management information in that stream. |
![]() ![]() | FromStream(Stream^, Boolean, Boolean) | Creates an Image from the specified data stream, optionally using embedded color management information and validating the image data. |
Show:

