RtfImportSettings
Class
Provides different settings that are applied while importing RTF content.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Rtf
Assembly:Telerik.WinControls.RichTextEditor.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