Class
RtfImportSettings

Provides different settings that are applied while importing RTF content.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Rtf

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class RtfImportSettings

Inheritance: objectRtfImportSettings

Constructors

RtfImportSettings()

Declaration

cs-api-definition
public RtfImportSettings()

Events

FontSubstituting

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

Declaration

cs-api-definition
public event EventHandler<FontSubstitutingEventArgs> FontSubstituting

Event Value

EventHandler<FontSubstitutingEventArgs>