Constructor RtfWriter
RtfWriter()
Initializes a writer with default options.
public RtfWriter()
RtfWriter(RtfWriteOptions)
Initializes a writer with format-specific options.
public RtfWriter(RtfWriteOptions options)
Parameters
optionsRtfWriteOptionsThe options.
Exceptions
- ArgumentNullException
optionsis null.