Scanner ActiveX Control

DirectScanClearAllPages

 

Clear all scanned pages when use direct Scan mode.

Public Function DirectScanClearAllPage( _
   ByVal strOutputFolder As String
) 

 

Parameter

strOutputFolder
   the path of output folder. It must same as strOutputFolder parameter of DirectScanInit()

No Return Value


Example

   

Visual Basic Syntax
Scanner1.DirectScanInit True, "c:\temp", "tif"
Scanner1.SelectImageSource
Scanner1.Scan
'After scanned all pages. In button click event call following
Scanner1.DirectScanClearAllPages "c:\temp"