GetImageListCount
Version history
This function was introduced in Quick PDF Library version 8.13.
Description
Returns the number of images in an image list.
Syntax
Delphi
function TQuickPDF0815.GetImageListCount(ImageListID: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::GetImageListCount(ImageListID As Long) As Long
DLL
int QuickPDFGetImageListCount(int InstanceID, int ImageListID)
Parameters
| ImageListID | A value returned by the GetPageImageList function |