Table of Contents
HtmlToPdfSession.RenderAsPDF Method (Stream)

Convert the current document into PDF and save the result into a Stream object.

Syntax
 public HtmlToPdfResult RenderAsPDF(
   Stream stream
);

Parameters

stream
A Stream object to write the PDF document.
See Also