Table of Contents

Class RenderOptions

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

Options controlling how a renderer serializes a laid-out document. This options bag grows additively; the ILayoutRenderer interface itself never changes within a major version.

public sealed class RenderOptions
Inheritance
RenderOptions
Inherited Members

Constructors

RenderOptions()

Properties

Limits

Gets or sets the resource caps enforced during render-time operations (for example image decoding and per-page buffering), or null for no extra caps.

Pages

Gets or sets the pages to render. Defaults to All.

StrictMode

Gets or sets a value indicating whether content the renderer cannot represent aborts the render (true) instead of being reported and degraded (false, the default).