New to Telerik UI for WPFStart a free 30-day trial

Represents an abstract class which holds different options for controlling the merging of a source RadDocument to a target RadDocument.

Definition

Namespace:Telerik.Windows.Documents.Model.Merging

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public abstract class MergeDocumentOptionsBase

Inheritance: objectMergeDocumentOptionsBase

Derived Classes: AppendDocumentOptionsInsertDocumentOptions

Constructors

Initializes a new instance of the MergeDocumentOptionsBase class.

C#
public MergeDocumentOptionsBase()

Properties

Gets or sets the mode used for resolving conflicts between styles with same names.

The default value is RenameSourceStyle.

C#
public ConflictingStylesResolutionMode ConflictingStylesResolutionMode { get; set; }
Property Value:

The conflicting styles resolution mode.