API Reference
Class
HtmlConversionReport
Immutable view of the diagnostics and fidelity outcome from one HTML conversion.
Inheritance
- Object
- HtmlConversionReport
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property HtmlConversionResult.Report
- Property HtmlTextConversionResult.Report
- Property HtmlToRtfResult.Report
- Property RtfToHtmlResult.Report
Methods
public Void RequireNoLoss() #Returns:
VoidThrows when the conversion failed or did not preserve the source faithfully.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<HtmlDiagnostic> Diagnostics { get; } #Structured conversion diagnostics in emission order.
public Boolean Succeeded { get; } #Whether conversion completed without an error diagnostic.
public Boolean HasLoss { get; } #Whether the conversion approximated, omitted, or failed any source content.