Click or drag to resize
PdfConverterConversionSummary Property
Offers summary information about the conversion process. After a successfull conversion this property is initialized with an instance of the ConversionSummary class. If the conversion failed this property returns a null value.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public ConversionSummary ConversionSummary { get; }

Property Value

Type: ConversionSummary
See Also