public interface IPageSavingCallback
Represents a callback that is called when each page in multi page document is saved to a separate stream.
Modifier and Type | Method and Description |
---|---|
void |
onFinish()
Method which will be called when all pages are written.
|
void |
pageSaving(PageSavingArgs args)
The method to be called when a page is saved to a stream.
|
void onFinish()
Method which will be called when all pages are written.
void pageSaving(PageSavingArgs args)
The method to be called when a page is saved to a stream.
args
- The page saving arguments.