Versions Compared

Key

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


Excerpt

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


Code Block
public class CaptureDocument

Example

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

Code Block
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

Insert excerpt
AddPage Method
AddPage Method
nopaneltrue

Insert excerpt
ClearPages Method
ClearPages Method
nopaneltrue

Insert excerpt
GetPage Method
GetPage Method
nopaneltrue

Insert excerpt
GetPages Method
GetPages Method
nopaneltrue

Insert excerpt
InsertPage Method
InsertPage Method
nopaneltrue

Insert excerpt
MergePages Method
MergePages Method
nopaneltrue

Insert excerpt
MovePage Method
MovePage Method
nopaneltrue

Insert excerpt
RemovePage Method
RemovePage Method
nopaneltrue

Insert excerpt
ReplacePage Method
ReplacePage Method
nopaneltrue

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
sorttitle
excerptTypesimple
cqllabel = "documentmethod"