Description Indicates that there is a new scanned image
Usage Sub TWAIN_Done(hDibOutput As Integer, FileOutput As String)
Remarks The Done event has two parts:
Part Meaning
hDibOutput The handle of the scanned image in memory. It is zero if a valid file name was specified by the FileAcquire property. In that case the FileOutput parameter specifies the scanned image. This parameter is the same as the hDibOutput property.
FileOutput The full path of the scanned image. It is an empty string if no valid file name was specified by the FileAcquire property. In that case the hDibOutput parameter specifies the scanned image. This parameter is the same as the FileOutput property
See Also FileAcquire Property, hDibOutput Property, FileOutput Property