Skip to main content
Skip table of contents

CaptureDocument Class

Represents the document of a GlobalCapture process, containing methods and properties for interaction with a GlobalCapture document.

CODE
public class CaptureDocument

Example

The following example demonstrates adding a page to a GlobalCapture document.

CODE
Process.Document.AddPage(@"C:\Documents\newpage.pdf");

Remarks

A multi-page GlobalCapture document can be stored as single file, or separated into a series of single page PDF files. If needed and able, the page manipulation methods on this class will perform a separation on a document before the requested operation is performed.

Properties

int PageCount

Number of pages on the process.

Methods

JavaScript errors detected

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

If this problem persists, please contact our support.