notify method

notify(args)

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

notify(args: Aspose.Words.Layout.PageLayoutCallbackArgs)
ParameterTypeDescription
argsPageLayoutCallbackArgsAn argument of the event.

Remarks

Exception when thrown by implementation aborts layout build process.

See Also