Table of Contents

Method Render

Namespace
DocWright.Core.Rendering
Assembly
DocWright.Core.dll

Render(ILaidOutDocument, Stream, RenderOptions, IConversionDiagnostics)

Renders the document to the output stream in a single forward-only pass.

void Render(ILaidOutDocument document, Stream output, RenderOptions options, IConversionDiagnostics diagnostics)

Parameters

document ILaidOutDocument

The laid-out document.

output Stream

The stream to write to, forward-only.

options RenderOptions

The render options.

diagnostics IConversionDiagnostics

The diagnostics sink.