Offers summary information about the conversion process. After a successfull conversion the
PdfConverter.ConversionSummary property is initialized with an instance of this class.

C# | Visual Basic | Visual C++ |
public class ConversionSummary
Public Class ConversionSummary
public ref class ConversionSummary

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | HtmlContentSizePixels |
The size of the HTML content in pixels.
|
![]() | HtmlContentSizePoints |
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.
|
![]() | HtmlContentWidthResizeFactor |
The factor used to resize the HTML content when rendered in the PDF document. When PdfConverter.PdfDocumentOptions.FitWidth is true,
the HTML content will be resized to fit the PDF page width if necessary.
|
![]() | LastPageIndex |
The index of the page where the rendering of the HTML ended.
This information is useful when new elements are added after conversion in PostConvertActionEvent handler.
|
![]() | LastPageRectangle |
The bounds of the rectangle rendered on the last page.
This information is useful when new elements are added after conversion in PostConvertActionEvent handler.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PdfPageCount |
The number of pages in the generated PDF document.
|
![]() | PdfPageSizePoints |
The page size in points of the generated PDF document
|
![]() | RenderedPagesRectangles |
The bounds of the rendered rectangle on each PDF page.
This information becomes available in PostConvertActionEvent handler.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | ConversionSummary |
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)