Click or drag to resize

IPdfRenderable Methods

The IPdfRenderable type exposes the following members.

Methods
  NameDescription
Public methodCode exampleRender
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.
Top
See Also