Class RtfExportSettings
Configures RTF export options for RtfFormatProvider, including image compatibility settings.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Rtf
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RtfExportSettings
Constructors
RtfExportSettings()
Initializes a new instance of the RtfExportSettings class with default export options.
Declaration
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
public bool ExportImagesInCompatibilityMode { get; set; }
Property Value
|
System.Boolean
The export images in compatibility mode. |