Class
MergeOptions

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:

cs-api-definition
public class MergeOptions

Inheritance: objectMergeOptions

Constructors

MergeOptions()

Initializes a new instance of the MergeOptions class with default conflict-resolution behavior for document merging.

Declaration

cs-api-definition
public MergeOptions()

Properties

ConflictingStylesResolutionMode

Gets or sets how the merge operation resolves conflicts when both source and target documents contain styles with identical IDs.

Declaration

cs-api-definition
public ConflictingStylesResolutionMode ConflictingStylesResolutionMode { get; set; }

Property Value

ConflictingStylesResolutionMode

The conflicting styles resolution mode.