RtfOptions RtfOptions class
Options for conversion to RTF file type.
Copy public sealed class RtfOptions : ValueObject
Constructors
Name
Description
RtfOptions ()
The default constructor.
Properties
Name
Description
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.
Methods
Name
Description
override Equals (object)
Determines whether two object instances are equal.
virtual Equals (ValueObject)
Determines whether two object instances are equal.
override GetHashCode ()
Serves as the default hash function.
See Also