Aspose::Words::Saving::IDocumentSavingCallback interface
IDocumentSavingCallback interface
Implement this interface if you want to have your own custom method called during saving a document.
class IDocumentSavingCallback : public virtual System::Object
Methods
Method | Description |
---|---|
GetType() const override | |
Is(const System::TypeInfo&) const override | |
virtual Notify(System::SharedPtr<Aspose::Words::Saving::DocumentSavingArgs>) | This is called to notify of document saving progress. |
static Type() |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++