Holds different options for controlling the appending of a source RadDocument to a target RadDocument.
Definition
Namespace:Telerik.Windows.Documents.Model.Merging
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class AppendDocumentOptions : MergeDocumentOptionsBase
Inheritance: objectMergeDocumentOptionsBaseAppendDocumentOptions
Inherited Members
Constructors
Initializes a new instance of the AppendDocumentOptions class.
C#
public AppendDocumentOptions()
Properties
Gets or sets the first section properties resolution mode.
The default value is Source.
C#
public SectionPropertiesResolutionMode FirstSourceSectionPropertiesResolutionMode { get; set; }
The section properties resolution mode.