Images
Images class
Methods to instantiate and work with IImage.
class Images
Methods
Method | Description |
---|---|
static System::SharedPtr<IImage> FromFile(System::String) | Create an image from the file . |
static System::SharedPtr<IImage> FromFile(System::String, bool) | Create an image from the file |
static System::SharedPtr<IImage> FromStream(System::SharedPtr<System::IO::Stream>) | Create an image from the stream. |
static System::SharedPtr<IImage> FromStream(System::SharedPtr<System::IO::Stream>, bool) | Create an image from the stream. |
static System::SharedPtr<IImage> FromStream(System::SharedPtr<System::IO::Stream>, bool, bool) | Create an image from the stream. |
Images() |
See Also
- Namespace Aspose::Slides
- Library Aspose.Slides