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.
Syntax
Delphi
function TQuickPDF0815.GetPageImageList(Options: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::GetPageImageList(Options As Long) As Long
DLL
int QuickPDFGetPageImageList(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 |