Text Viewer ActiveX Control

ExportAllPages  

 

Export all pages to image files in specific folder.

Public Function ExportAllPages(
   ByVal strOutputFolder As String,_
   ByVal strOutputImageType As String
) as Bool

 

 Parameter
strOutputFolder - the string of output folder.

strOutputImageType - the string of output image format Support output format is bmp, jpg, png, emf, gif, tif.

Return Value
true - successful
false - failed

Example

   

VB.NET Syntax
 bresult = AxTextReaderAx1.ExportAllPages("c:\temp", "bmp")


   

Visual Basic Syntax
 result =TextReaderAx1.ExportAllPages("c:\temp", "bmp")