Class RadDocumentMerger
Represents an utility class which is used for merging Rad
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.Merging
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RadDocumentMerger
Constructors
RadDocumentMerger(RadDocument)
Initializes a new instance of the Rad
Declaration
public RadDocumentMerger(RadDocument targetDocument)
Parameters
Rad The target document. |
Properties
Document
Gets the target document.
Declaration
public RadDocument Document { get; }
Property Value
Rad The document. |
Methods
AppendDocument(RadDocument)
Appends the source Rad
Declaration
public void AppendDocument(RadDocument sourceDocument)
Parameters
Rad The source document. |
AppendDocument(RadDocument, AppendDocumentOptions)
Appends the source Rad
Declaration
public void AppendDocument(RadDocument sourceDocument, AppendDocumentOptions appendDocumentOptions)
Parameters
Rad The source document. |
Append The append document options. |
InsertDocument(RadDocument)
Inserts the source Rad
Declaration
public void InsertDocument(RadDocument sourceDocument)
Parameters
Rad The source document. |
InsertDocument(RadDocument, InsertDocumentOptions)
Inserts the source Rad
Declaration
public void InsertDocument(RadDocument sourceDocument, InsertDocumentOptions insertDocumentOptions)
Parameters
Rad The source document. |
Insert The insert document options. |