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")
|
|