Aspose::Words::Saving::IPageSavingCallback interface

IPageSavingCallback interface

Implement this interface if you want to control how Aspose.Words saves separate pages when saving a document to fixed page formats.

class IPageSavingCallback : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual PageSaving(System::SharedPtr<Aspose::Words::Saving::PageSavingArgs>)Called when Aspose.Words saves a separate page to fixed page formats.
static Type()

See Also