Scanner ActiveX Control

LoadImage

 

Load Image file from hard drive. It support load bmp, jpg, png, gif, multi-page TIFF file, PDF, XPS, OXPS file. You may load the images first, then scanning the image.
The scanned images will append to the buffer.  (load a PDF, XPS, OXPS need add-ons Advanced PDF Viewer Module )

Public Function LoadImage( _
   ByVal strFileName As String
)

 

Parameter

strFileName
   the path of image file.


No Return Value


Example

   

Visual Basic Syntax
Scanner1.LoadImage "c:\test1.tif"