Aspose::Words::Saving::IResourceSavingCallback interface
IResourceSavingCallback interface
Implement this interface if you want to control how Aspose.Words saves external resources (images, fonts and css) when saving a document to fixed page HTML or SVG.
class IResourceSavingCallback : public virtual System::Object
Methods
| Method | Description |
|---|---|
| GetType() const override | |
| Is(const System::TypeInfo&) const override | |
| virtual ResourceSaving(System::SharedPtr<Aspose::Words::Saving::ResourceSavingArgs>) | Called when Aspose.Words saves an external resource to fixed page HTML or SVG formats. |
| static Type() |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++