ClassRtfExportSettings
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:
cs-api-definition
public class RtfExportSettings
Inheritance: objectRtfExportSettings
Constructors
RtfExportSettings()
Initializes a new instance of the RtfExportSettings class with default export options.
Declaration
cs-api-definition
public RtfExportSettings()
Properties
ExportImagesInCompatibilityMode
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.
Declaration
cs-api-definition
public bool ExportImagesInCompatibilityMode { get; set; }
Property Value
The export images in compatibility mode.