Documents – Kofax DOKuStar Validation User Manual
Page 58

DOKuStar Validation Programming Manual
Page
• 54
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.