Skip to main content
Skip table of contents

GetPages Method

Gets the full list of page file paths from the process.

CODE
public string GetPages();

Classes: Document


Example

The following example demonstrates getting all the page paths of a GlobalCapture process document.

CODE
var pages = Process.Document.GetPages();
foreach (var pagePath in pages) 
{
	//
}

Remarks

Throws an InvalidOperationException if called on a GlobalAction process.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.