Class RtfImportSettings
Provides different settings that are applied while importing RTF content.
Inheritance
System.Object
RtfImportSettings
Namespace: Telerik.Windows.Documents.FormatProviders.Rtf
Assembly: Telerik.Windows.Documents.dll
Syntax
public class RtfImportSettings : Object
Constructors
RtfImportSettings()
Declaration
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
public event EventHandler<FontSubstitutingEventArgs> FontSubstituting
Event Type
System.EventHandler<FontSubstitutingEventArgs>
|