Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

public void MergePages();

Classes: Document


Example

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

Process.Document.MergePages();

Remarks

Throws an InvalidOperationException if called on a GlobalAction process.

  • No labels