Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ position: 1

This article lists the breaking changes and how they can be fixed when upgrading from a specific version of the controls to another.

## What's Different in 2016 R3


### Changed

Telerik.Windows.Documents.Fixed.Model.RadFixedDocument::Merge() doesn't remove the content from the source document after appending it to the targeted one.


## What's Different in 2015 Q1


Expand Down
2 changes: 1 addition & 1 deletion libraries/radpdfprocessing/model/radfixeddocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ __Example 3__ creates a page and adds it to the document created in [__Example 1
{{endregion}}


Since Q2 2015 you can merge PDF documents out-of-the-box with the Merge() method of __RadFixedDocument__. This method appends the source document to the current instance of __RadFixedDocument__.
You can merge PDF documents out-of-the-box with the Merge() method of __RadFixedDocument__. This method clones the source document and appends it to the current instance of __RadFixedDocument__.

#### __[C#] Example 4: Merge documents__

Expand Down