Click or drag to resize

PostConvertActionEventArgs Class

This class encapsulates the arguments for the PostConvertAction event handler.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdfPostConvertActionEventArgs

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public class PostConvertActionEventArgs

The PostConvertActionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyConversionSummary
The conversion summary including the rectangle rendered on the last page and the last page index. This information is useful when new elements are added after conversion in PostConvertActionEvent handler.
Public propertyPdfConverter
The PdfConverter object that triggered the PostConvertActionEvent.
Public propertyPdfDocument
The PDF document created by converter.
Top
See Also