Aspose::Words::Layout::IPageLayoutCallback::Notify method

IPageLayoutCallback::Notify method

This is called to notify of layout build and rendering progress.

virtual void Aspose::Words::Layout::IPageLayoutCallback::Notify(System::SharedPtr<Aspose::Words::Layout::PageLayoutCallbackArgs> args)=0
ParameterTypeDescription
argsSystem::SharedPtr<Aspose::Words::Layout::PageLayoutCallbackArgs>An argument of the event.

Remarks

Exception when thrown by implementation aborts layout build process.

See Also