Table of Contents
HtmlToPdfSession.RenderAsPDF Method (PdfPage)

Convert the current document into PDF and render the result into a PdfPage object.

Syntax
 public HtmlToPdfResult RenderAsPDF(
   PdfPage page
);
Remarks

Use this method to output the result to an existing PdfPage object. This method is often used to add "additional" output such as header and footer to the main output.

See Also