Scanner ActiveX Control

SaveAllPage2Docx

 

Save all pages from image buffer to multipage Microsoft Word (.docx) File. 

Public Function SaveAllPage2PDF( _
   ByVal strFileName As String, _
   ByVal bSaveMultiPage2OneFile As Boolean, _
   ByVal iStartSerialNo As Integer, _
) As Boolean

 

Parameter

strFileName 
   the string of docx file.

bSaveMultiPage2OneFile
  whether save multi page to one file or multi files.

iStartSerialNo
  If bSaveMultiPage2OneFile is false, the starting serial no for each file.
Return Value

Return true - successful
Return false- Failed


Example

   

Visual Basic Syntax
Scanner1.SaveAllPage2Docx "c:\test.docx", True , 1