getNumImages

Get the number of images on the analyzed page(s).
getNumImages([out, retval] int *n)
Drawn objects in PDF files are divided into four types: This function returns the number of bitmap images found on the pages specified in the last call to analyzePages.
VB:
n = pdf.numPages For i = 1 To n ' analyze page i pdf.analyzePages(i, i) ' retrieve statistics for page i nImages = pdf.getNumImages() Next i
analyzePages
getNumTextStrings
getNumStrokes
getNumFills