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 TDebenuPDFLibrary1811.FindImages: Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::FindImages As Long
DLL
int DPLFindImages(int InstanceID)
Return values
0 | No images were found |
1-n | Number of images found |