API Reference

Enum

HtmlRenderMode

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Selects the layout surface used by the first-party HTML renderer.

Inheritance

  • Enum
  • HtmlRenderMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const HtmlRenderMode Continuous #

Renders the document as one continuous screen-oriented surface.

Value: 0
public const HtmlRenderMode Paged #

Fragments the document into fixed print-oriented pages.

Value: 1