Click or drag to resize
Pdf Library for .NET

HtmlToPdfResult Properties

The HtmlToPdfResult type exposes the following members.

Properties
 NameDescription
Public propertyConsoleLog Returns the console log of the browser used to render the web page.
Public propertyPdfPageCount The number of pages in the generated pdf document.
Public propertyPdfPageLastIndex The index of the pdf page where the rendering of the html content ended in the generated pdf document.
Public propertyPdfPageLastRectangle The size and position of the html content rendered on the last page in the generated pdf document.
Public propertyPdfPageScaleFactor The factor used to scale the html content to fit the pdf page.
Public propertyPdfPageSize The size of the page in the generated pdf document.
Public propertyPdfPagesRectangles The size and position of the html content rendered in all pages of the pdf document.
Public propertyWebPageInformation Gets an object populated after conversion with the title, keywords and description of the converted web page.
Public propertyWebPageSize The size of the web page in pixels.
Top
See Also