PDF Viewer SDK ActiveX Control ReferenceMethods SaveBitmaps PDF Viewer ActiveX Control SaveBitmaps Export the PDF Pages to Bitmap files. Public Function SaveBitmaps( ByVal strFileFolder As String ) as Integer ParameterstrFileFolderthe output bitmap folder.Return Value0 - successful, otherwise return -1. Example Visual Basic SyntaxPDFViewer1.SaveBitmaps "c:\temp"