Constructor RtfReader
RtfReader()
Initializes a reader with default options.
public RtfReader()
RtfReader(RtfReadOptions)
Initializes a reader with format-specific options.
public RtfReader(RtfReadOptions options)
Parameters
optionsRtfReadOptionsThe options.
Exceptions
- ArgumentNullException
optionsis null.