Table of Contents

Constructor HtmlWriter

Namespace
DocWright.Formats.Html
Assembly
DocWright.Formats.Html.dll

HtmlWriter()

Initializes a writer with default options: a self-contained HTML document.

public HtmlWriter()

HtmlWriter(HtmlWriteOptions)

Initializes a writer with format-specific options.

public HtmlWriter(HtmlWriteOptions options)

Parameters

options HtmlWriteOptions

The options.

Exceptions

ArgumentNullException

options is null.