Kofax DOKuStar Validation User Manual

Page 33

Advertising
background image

DOKuStar Validation for Ascent Capture

Page

29

Definition:

Private Sub doc_ OnDocumentDescriptorLost(Document As Document, DocumentDescriptor As
DocumentDescriptor, NextDocumentDescriptor As DocumentDescriptor)

Document

is the document whose descriptor changes

DocumentDescriptor

is the current descriptor

NextDocumentDescriptor

is the descriptor the user selected from the context menu

Private Sub doc_ OnDocumentDescriptorGot(Document As Document, DocumentDescriptor As
DocumentDescriptor, PreviousDocumentDescriptor As DocumentDescriptor)

Document

is the document whose descriptor changes

DocumentDescriptor

is the new current descriptor

PreviousDocumentDescriptor

is the old descriptor

Advertising