MergeOptions
Class
Configures how the Merge(RadFlowDocument, MergeOptions) method resolves conflicts when combining two documents.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public class MergeOptions
Inheritance: objectMergeOptions
Constructors
Initializes a new instance of the MergeOptions class with default conflict-resolution behavior for document merging.
C#
public MergeOptions()
Properties
Gets or sets how the merge operation resolves conflicts when both source and target documents contain styles with identical IDs.
C#
public ConflictingStylesResolutionMode ConflictingStylesResolutionMode { get; set; }
The conflicting styles resolution mode.