FromStream()
Image::FromStream(const SharedPtr<System::IO::Stream>&, bool, bool) method
Creates an Image object from the specified stream.
static SharedPtr<Image> System::Drawing::Image::FromStream(const SharedPtr<System::IO::Stream> &stream, bool use_embedded_color_management=false, bool validate_image_data=1)
Arguments
Parameter | Type | Description |
---|---|---|
stream | const SharedPtr<System::IO::Stream>& | A stream that contains image data |
use_embedded_color_management | bool | IGNORED |
validate_image_data | bool | IGNORED |
Return Value
A shared pointer to the created Image object.
See Also
- Typedef SharedPtr
- Class Image
- Class Stream
- Namespace System::Drawing
- Library Aspose.Slides