The ConversionSummary type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyHtmlContentSizePixels
The size of the converted HTML content in pixels.
Public propertyHtmlContentSizePoints
The size of the HTML content in points. A point is 1/72 inches. The converter internally transforms the HtmlContentSizePixels in points using the UnitsConverter class methods.
Public propertyHtmlContentWidthResizeFactor
The factor used to resize the HTML content when rendered in the PDF document. When FitWidth property of the PdfDocumentOptions object is true, the HTML content will be resized to fit the PDF page width if necessary.
Public propertyLastPageIndex
The index of the page where the rendering of the HTML ended. This information is useful when new elements are added after conversion.
Public propertyLastPageRectangle
The bounds of the rectangle rendered on the last page. This information is useful when new elements are added after conversion.
Public propertyPdfPageCount
The number of pages in the generated PDF document.
Public propertyPdfPageSizePoints
The page size in points of the generated PDF document
Public propertyRenderedPagesRectangles
The bounds of the rendered rectangle on each PDF page.

See Also