In This Article

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.

string FontFamily { get; set; }

Property Value

string:

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.

Inherited Members