RtfOptions class

Options for conversion to RTF file type.

public sealed class RtfOptions : ValueObject

Public Members

namedescription
RtfOptions()The default constructor.
ExportImagesForOldReaders { get; set; }Specifies whether the keywords for “old readers” are written to RTF or not. This can significantly affect the size of the RTF document. Default is False.

See Also