Class RtfImportSettings
Provides different settings that are applied while importing RTF content.
Inheritance
System.Object
RtfImportSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.FormatProviders.Rtf
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RtfImportSettings
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>
|