Table of Contents

Constructor RtfWriter

Namespace
DocWright.Formats.Rtf
Assembly
DocWright.Formats.Rtf.dll

RtfWriter()

Initializes a writer with default options.

public RtfWriter()

RtfWriter(RtfWriteOptions)

Initializes a writer with format-specific options.

public RtfWriter(RtfWriteOptions options)

Parameters

options RtfWriteOptions

The options.

Exceptions

ArgumentNullException

options is null.