Table of Contents

Constructor RtfReader

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

RtfReader()

Initializes a reader with default options.

public RtfReader()

RtfReader(RtfReadOptions)

Initializes a reader with format-specific options.

public RtfReader(RtfReadOptions options)

Parameters

options RtfReadOptions

The options.

Exceptions

ArgumentNullException

options is null.