IPdfRenderableContainer Methods |
The IPdfRenderableContainer type exposes the following members.
Name | Description | |
---|---|---|
PostRender |
This method is called after rendering is complete. This is an opportunity for the object to clean up
previous work or restore prior state. The value returned by PreRender(PdfPageRenderer) is passed in
the parameter memento.
| |
PreRender |
This method is called before rendering happens. This is an opportunity for the object to create or save
information for later use or restoration. The value returned is a memento that will be passed back to
the object when PostRender(PdfPageRenderer, Object) is called.
|