Class DocxExportSettings
Provides different settings that are applied while exporting a RadDocument instance to DOCX.
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders.OpenXml.Docx
Assembly: Telerik.Windows.Documents.dll
Syntax
public class DocxExportSettings : Object
Constructors
DocxExportSettings()
Properties
FieldResultMode
Gets or sets the display mode which will be applied to all fields in the exported document.
When the value is null, fields' display mode is not changed. This can provide a better performance and lower memory usage while exporting.
Declaration
public Nullable<FieldDisplayMode> FieldResultMode { get; set; }
Property Value
System.Nullable<FieldDisplayMode>
|