Aspose::Words::Saving::ImageSavingArgs::get_ImageStream method
ImageSavingArgs::get_ImageStream method
Allows to specify the stream where the image will be saved to.
System::SharedPtr<System::IO::Stream> Aspose::Words::Saving::ImageSavingArgs::get_ImageStream() const
Remarks
This property allows you to save images to streams instead of files during HTML.
The default value is null. When this property is null, the image will be saved to a file specified in the ImageFileName property.
Using IImageSavingCallback you cannot substitute one image with another. It is intended only for control over location where to save images.
See Also
- Class ImageSavingArgs
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++