Table of Contents

Interface ILayoutRenderer

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

Renders a laid-out document to an output format. The PDF renderer implements this seam today; image renderers (Word-to-Image) plug in tomorrow without core changes.

public interface ILayoutRenderer

Properties

OutputFormatName

Gets the stable output format identifier, for example "pdf".

Methods

Render(ILaidOutDocument, Stream, RenderOptions, IConversionDiagnostics)

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