Click or drag to resize

IPdfRenderableContainer Methods

The IPdfRenderableContainer type exposes the following members.

Methods
  NameDescription
Public methodPostRender
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.
Public methodPreRender
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.
Top
See Also