Class RtfExportSettings
Contains settings for export with RtfFormatProvider.
Inheritance
System.Object
RtfExportSettings
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.Windows.Documents.Flow.FormatProviders.Rtf
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RtfExportSettings
Constructors
RtfExportSettings()
Declaration
public RtfExportSettings()
Properties
ExportImagesInCompatibilityMode
Gets or sets the export images in compatibility mode. Use this options if the document will be consumed by older readers.
Declaration
public bool ExportImagesInCompatibilityMode { get; set; }
Property Value
System.Boolean
The export images in compatibility mode. |