Documents – Kofax DOKuStar Validation User Manual

Page 45

Advertising
background image

DOKuStar Validation for Ascent Capture

Page

41

Documents

Holds the collection of documents in this batch. An individual document can be accessed using the

At

method,

which takes a

Document

as parameter.

Properties and methods of the

Documents

object (excerpt):

Property/Method

Returns

Description

At

Document

Delivers a document object at the specified position

Begin

Document

Delivers the first document object in the collection

Clear

--

Deletes all documents from the collection

Empty

Boolean

Returns true if the collection is empty

Last

Document

Delivers the last document object in the collection

Next

Document

Delivers the next document in the list
Parameter:

PreviousDocument as Document

Previous

Document

Delivers the previous document in the list
Parameter:

NextDocument as Document

To traverse through the

Documents

collection,

For...Each

can also be used.

Advertising