DocxExportSettings
Class
Provides different settings that are applied while exporting a RadDocument instance to DOCX.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.OpenXml.Docx
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class DocxExportSettings
Inheritance: objectDocxExportSettings
Constructors
Initializes a new instance of the DocxExportSettings class.
C#
public DocxExportSettings()
Properties
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.
C#
public FieldDisplayMode? FieldResultMode { get; set; }