InterfaceIConfigurableRtfFormatProvider
Interface
Defines members allowing for customization of the way a format provider imports or exports content to RTF.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IConfigurableRtfFormatProvider : ITextBasedDocumentFormatProvider, IDocumentFormatProvider
Inherited Members
Properties
ExportSettings
Gets or sets the settings used while exporting content.
Declaration
cs-api-definition
RtfExportSettings ExportSettings { get; set; }
Property Value
The export settings.
ImportSettings
Gets or sets the settings used while importing content.
Declaration
cs-api-definition
RtfImportSettings ImportSettings { get; set; }
Property Value
The import settings.