FindImages
Image handling, Document properties
Description
Searches the selected document for embedded images. This functions searches for image in the Resources dictionary for the entire document. It cannot report where the image was drawn or even if it was drawn at all.
To get the location and number of images draw for each page you will need to use the
GetPageImageList and related functions.
This function returns the number of images found.
Syntax
Delphi
function TPDFlib.FindImages: Integer;ActiveX
Function PDFlib::FindImages As LongDLL
int DLFindImages(int InstanceID);Return values
| 0 | No images were found |
|---|---|
| 1-n Number of images found |