IPageSavingCallback

IPageSavingCallback class

Represents a callback that is called when each page in multi page document is saved to a separate stream.

The IPageSavingCallback type exposes the following members:

Methods

NameDescription
page_saving(args)The method to be called when a page is saved to a stream.
on_finish()Method which will be called when all pages are written.

See Also