Table of Contents
Result Property

Gets the conversion result.

Syntax
 public static HtmlToPdfResult Result { get; }
Remarks

You can use the PdfDocument property of the returned HtmlToPdfResult object to get the PdfDocument object. This property is only available inside the afterConvertHandler callback provided through RenderAsPDF method.

See Also