Interface IPageSavingCallback
Interface IPageSavingCallback
Namespace: Aspose.Tasks.Saving
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a callback that is called when each page in multi page document is saved to a separate stream.
public interface IPageSavingCallback
Methods
OnFinish()
Method which will be called when all pages are written.
void OnFinish()
PageSaving(PageSavingArgs)
The method to be called when a page is saved to a stream.
void PageSaving(PageSavingArgs args)
Parameters
args
PageSavingArgs
The page saving arguments.