IPageSavingCallback
IPageSavingCallback interface
Represents a callback that is called when each page in multi page document is saved to a separate stream.
public interface IPageSavingCallback
Methods
Name | Description |
---|---|
OnFinish() | Method which will be called when all pages are written. |
PageSaving(PageSavingArgs) | The method to be called when a page is saved to a stream. |
See Also
- namespace Aspose.Tasks.Saving
- assembly Aspose.Tasks