Aspose::Words::Saving::IImageSavingCallback interface

IImageSavingCallback interface

Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML. May be used by other formats.

class IImageSavingCallback : public virtual System::Object

Methods

MethodDescription
GetType() const override
virtual ImageSaving(System::SharedPtr<Aspose::Words::Saving::ImageSavingArgs>)Called when Aspose.Words saves an image to HTML.
Is(const System::TypeInfo&) const override
static Type()

See Also