API Reference
Class
HtmlRenderDocument
Backend-neutral result shared by HTML image and PDF export.
Inheritance
- Object
- HtmlRenderDocument
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
- Method HtmlRenderEngine.Render
- Method HtmlRenderEngine.RenderAsync
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public HtmlRenderMode Mode { get; } #Layout mode used to produce the result.
public IReadOnlyList<HtmlRenderPage> Pages { get; } #Rendered pages, or one page for continuous output.
public IReadOnlyList<HtmlDiagnostic> Diagnostics { get; } #Diagnostics emitted while parsing, laying out, and preparing paint operations.
public OfficeFontFaceCollection Fonts { get; } #Independent snapshot of scoped font faces retained for image and PDF backends.
public HtmlRenderMetadata Metadata { get; } #Source document metadata retained for image and PDF adapters.
public IReadOnlyList<HtmlRenderHeading> Headings { get; } #Source headings retained in document order for navigation-capable backends.
public String Text { get; } #Concatenated logical searchable text retained by the shared render model.