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

Convert HTML text to PDF and write output to a PdfPage object.

Syntax
 public static Task<T> ConvertHtmlAsync(
   IHtmlToPdfExtension htmlToPdf,
   string html,
   PdfPage page
);

Parameters

htmlToPdf
The IHtmlToPdfExtension object.
html
The html text.
page
The output page.
Remarks

This is the async version of this method..

See Also