GetPageImageList
Image handling, Page properties
Version history
This function was introduced in Quick PDF Library version 8.13.
Description
This function finds all the images on the selected page and returns an ImageListID that can be used with the GetImageListCount, GetImageListItemIntProperty, GetImageListItemDblProperty, GetImageListItemDataToString, GetImageListItemDataToVariant and SaveImageListItemDataToFile functions.
As of version 10.13 will include Inline images but the ImageID will be 0 for any inline image which means that any inline images cannot used with ReplaceImage or ClearImage functions.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetPageImageList(Options: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetPageImageList(Options As Long) As Long
DLL
int DPLGetPageImageList(int InstanceID, int Options)
Parameters
Options | Reserved for future use, should be set to 0. |
Return values
0 | The images on the page could not be enumerated. |
Non-zero | An ImageListID value |