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

« Previous Version 2 Current »

Clears all pages from the process.

public void ClearPages();

Classes: Document


Example

The following example demonstrates clearning the pages from a GlobalCapture process.

Process.Document.ClearPages();

Remarks

Throws an InvalidOperationException if called on a GlobalAction process.

  • No labels