RtfExportSettings
Class
Configures RTF export options for RtfFormatProvider, including image compatibility settings.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Rtf
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public class RtfExportSettings
Inheritance: objectRtfExportSettings
Constructors
Initializes a new instance of the RtfExportSettings class with default export options.
C#
public RtfExportSettings()
Properties
Gets or sets whether images use legacy encoding for compatibility with older RTF readers; when true, broader compatibility at the cost of larger file sizes.
C#
public bool ExportImagesInCompatibilityMode { get; set; }
The export images in compatibility mode.