Save()

IImage::Save(System::String) method

Save the image to the file.

virtual void Aspose::Slides::IImage::Save(System::String filename)=0

IImage::Save(System::String, ImageFormat) method

Save the image to the file.

virtual void Aspose::Slides::IImage::Save(System::String filename, ImageFormat format)=0

IImage::Save(System::SharedPtr<System::IO::Stream>, ImageFormat) method

Save the image to the stream.

virtual void Aspose::Slides::IImage::Save(System::SharedPtr<System::IO::Stream> stream, ImageFormat format)=0

See Also