IPdfRenderable Methods |
The IPdfRenderable type exposes the following members.
| Name | Description | |
|---|---|---|
| Render |
Generates PDF content for this object using the provider PdfPageRenderer object.
The PdfPageRenderer represents an object that is aggregating PDF content for a particular page.
It is the responsibility of each object that implements IPdfRenderable to add content appropriate
for that object to the page.
|