Table of Contents

Constructor DocWrightConverter

Namespace
DocWright
Assembly
DocWright.dll

DocWrightConverter()

Initializes a converter with the default format registry: DOCX, legacy DOC, RTF, HTML, Markdown and plain-text readers, and DOCX, HTML, RTF, Markdown and plain-text writers.

public DocWrightConverter()

DocWrightConverter(DocumentFormatRegistry)

Initializes a converter with a caller-supplied format registry.

public DocWrightConverter(DocumentFormatRegistry formatRegistry)

Parameters

formatRegistry DocumentFormatRegistry

The registry used for input reader detection.

Exceptions

ArgumentNullException

formatRegistry is null.