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
Parameter | Type | Description |
---|---|---|
args | System::SharedPtr<Aspose::Words::Layout::PageLayoutCallbackArgs> | An argument of the event. |
Remarks
Exception when thrown by implementation aborts layout build process.
See Also
- Class PageLayoutCallbackArgs
- Interface IPageLayoutCallback
- Namespace Aspose::Words::Layout
- Library Aspose.Words for C++