ClassInsertDocumentOptions
Class
Holds different options for controlling the insertion of a source RadDocument to a target RadDocument.
Definition
Namespace:Telerik.Windows.Documents.Model.Merging
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class InsertDocumentOptions : MergeDocumentOptionsBase
Inheritance: objectMergeDocumentOptionsBaseInsertDocumentOptions
Inherited Members
Constructors
InsertDocumentOptions()
Initializes a new instance of the InsertDocumentOptions class.
Declaration
cs-api-definition
public InsertDocumentOptions()
Properties
InsertLastParagraphMarker
Gets or sets whether the formatting from the last paragraph in the source RadDocument should be obtained.
csharp
true
csharp
true
Declaration
cs-api-definition
public bool InsertLastParagraphMarker { get; set; }
Property Value
The insert last paragraph marker.