Class MergeOptions
Configures how the Merge(RadFlowDocument, MergeOptions) method resolves conflicts when combining two documents.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class MergeOptions
Constructors
MergeOptions()
Initializes a new instance of the MergeOptions class with default conflict-resolution behavior for document merging.
Declaration
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
public ConflictingStylesResolutionMode ConflictingStylesResolutionMode { get; set; }
Property Value
|
ConflictingStylesResolutionMode
The conflicting styles resolution mode. |