Aspose::Words::Saving::IDocumentPartSavingCallback interface

IDocumentPartSavingCallback interface

Implement this interface if you want to receive notifications and control how Aspose.Words saves document parts when exporting a document to Html or Epub format.

class IDocumentPartSavingCallback : public virtual System::Object

Methods

MethodDescription
virtual DocumentPartSaving(System::SharedPtr<Aspose::Words::Saving::DocumentPartSavingArgs>)Called when Aspose.Words is about to save a document part.
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also