Scanner ActiveX Control

DirectMergePDF

 

Merge all scanned pages to multipage PDF file when use direct Scan mode. You may set strOutputType = "TIF" with DirectScanInit()

Public Function DirectMergePDF( _
   ByVal strOutputFile As String
) 

 

Parameter

strOutputFile
   the name of output PDF file.

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.DirectMergePDF "c:\mypdf.pdf"