New to Telerik Document ProcessingStart a free 30-day trial

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; }
Property Value:

The conflicting styles resolution mode.