HtmlToPdfResult Class |
Namespace: SelectPdf
The HtmlToPdfResult type exposes the following members.
Name | Description | |
---|---|---|
ConsoleLog |
Returns the console log of the browser used to render the web page.
| |
PdfPageCount |
The number of pages in the generated pdf document.
| |
PdfPageLastIndex |
The index of the pdf page where the rendering of the html content ended in the generated pdf document.
| |
PdfPageLastRectangle |
The size and position of the html content rendered on the last page in the generated pdf document.
| |
PdfPageScaleFactor |
The factor used to scale the html content to fit the pdf page.
| |
PdfPageSize |
The size of the page in the generated pdf document.
| |
PdfPagesRectangles |
The size and position of the html content rendered in all pages of the pdf document.
| |
WebPageInformation |
Gets an object populated after conversion with the title, keywords and description of the converted web page.
| |
WebPageSize |
The size of the web page in pixels.
|