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.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic ConversionSummary ConversionSummary { get; }Public ReadOnly Property ConversionSummary As ConversionSummary
Get
Property Value
ConversionSummary
See Also