getPicture

Get a Picture object for an image.
getPicture([in] int idx, [out, retval] IUnknown **pic)
This function extracts a bitmap to memory, as a Picture object (OLE IPicture interface), for the idxth image on the page specified in the last call to getImages. The resulting object can, for example, be passed to a VB PictureBox control.
VB:
picBox.Picture = pdf.getPicture(i)
getImages
numImages