Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

Clears all pages from the process.


Code Block
public void ClearPages();

Classes: Document


Example

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

Code Block
Process.Document.ClearPages();

Remarks

Throws an InvalidOperationException if called on a GlobalAction process.