saveImageAsBMP

Save an image as a BMP file.
saveImageAsBMP([in] int idx, [in] BSTR bmpFileName)
This function saves the idxth image on the page specified in the last call to getImages as a BMP (Windows bitmap) file. It returns 1 if successful, 0 if there was an error.

This function will create a 1-bit or 24-bit BMP file, depending on the image.

VB:
pdf.saveImageAsBMP(i, "image.bmp")
getImages
numImages