Click or drag to resize
Pdf Library for .NET

HtmlToPdfResult Class

Offers information about the html to pdf conversion process.
Inheritance Hierarchy
SystemObject
  SelectPdfHtmlToPdfResult

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class HtmlToPdfResult

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
Remarks
After a successful conversion the ConversionResult property is initialized with an instance of this class.
See Also