IRtfTextExporter Interface
Provides the base requirements for a class that can export text to RTF markup.
public interface IRtfTextExporter : ITextExporter
Properties
FontFamily
Gets or sets the font family name to use for the RTF.
FontSizeInPoints
Gets or sets the font size in points to use for the RTF.
double FontSizeInPoints { get; set; }
Property Value
- double:
The font size in points to use for the
RTF.