notify method

notify(args)

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

def notify(self, args: aspose.words.layout.PageLayoutCallbackArgs):
    ...
ParameterTypeDescription
argsPageLayoutCallbackArgsAn argument of the event.

Remarks

Exception when thrown by implementation aborts layout build process.

See Also