Table of Contents
HtmlToPdfExtension.ConvertUrlAsync Method (IHtmlToPdfExtension, String, PdfPage, HtmlToPdfOptions)

Convert a Web page into a PDF and write the output to a PdfPage.

Syntax
 public static Task<T> ConvertUrlAsync(
   IHtmlToPdfExtension htmlToPdf,
   string url,
   PdfPage page,
   HtmlToPdfOptions options
);

Parameters

htmlToPdf
The IHtmlToPdfExtension object.
url
The Url of the page.
page
The PdfPage object that receives the output.
options
The conversion options that would override Options if specified.
Remarks

This is the async version of this method..

See Also