Image Viewer CP Gold SDK ActiveX Control ReferenceMethods PDFEditImageExtract Image Viewer CP ActiveX Control PDFEditImageExtract Extract JPEG and PPM images files from PDF file. Public Function PDFEditImageExtract( _ ByVal strSourceFile As String, _ ByVal strOutputDir As String ) ParameterstrSourceFileThe source of PDF File.strOutputDirThe string of output folder.No Return ValueExample Visual Basic SyntaxImageViewer1.PDFEditImageExtract "c:\sourcepdf.pdf", 1, "c:\temp"