Class RenderOptions
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
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.
- 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).