DAGetPageImageList
Direct access functionality, Page properties
Description
Finds all the images on the specified page and stores them in an image list.
Syntax
Delphi
function TQuickPDF0813.DAGetPageImageList(FileHandle, PageRef: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DAGetPageImageList(FileHandle As Long,
PageRef As Long) As Long
DLL
int QuickPDFDAGetPageImageList(int InstanceID, int FileHandle, int PageRef)
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
| PageRef | A page reference returned by the DAFindPage function |
Return values
| 0 | The FileHandle or PageRef parameters were invalid |
| Non-zero | An ImageListID value that can be used with the other direct access image list functions |