Table of Contents
HtmlToPdfSession.RenderAsPDF Method (PdfDocument)

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

Syntax
 public HtmlToPdfResult RenderAsPDF(
   PdfDocument doc
);

Parameters

doc
The result PdfDocument object.
See Also