New to Telerik UI for WPFStart a free 30-day trial

Provides different settings that are applied while importing RTF content.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Rtf

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class RtfImportSettings

Inheritance: objectRtfImportSettings

Constructors

C#
public RtfImportSettings()

Events

Occurs when the RTF source specifies a font that is not currently available and can be used to provide the font data.

C#
public event EventHandler<FontSubstitutingEventArgs> FontSubstituting