Merges a separated document into a single file on the process.

public void MergePages();
CODE

Classes: Document


Example

The following example demonstrates merging a separated document into a single multi-page document.

Process.Document.MergePages();
CODE

Remarks

Throws an InvalidOperationException if called on a GlobalAction process.