PDF Viewer ActiveX Control

SaveBitmaps

 

Export the PDF Pages to Bitmap files.

Public Function SaveBitmaps(
 ByVal strFileFolder As String
) as Integer

 

Parameter
strFileFolder
the output bitmap folder.

Return Value
0 - successful, otherwise return -1.

Example

   

Visual Basic Syntax
PDFViewer1.SaveBitmaps "c:\temp"