Method Render
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
documentILaidOutDocumentThe laid-out document.
outputStreamThe stream to write to, forward-only.
optionsRenderOptionsThe render options.
diagnosticsIConversionDiagnosticsThe diagnostics sink.