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 TDebenuPDFLibrary1811.GetImageListCount(ImageListID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetImageListCount(
ImageListID As Long) As Long
DLL
int DPLGetImageListCount(int InstanceID, int ImageListID)
Parameters
ImageListID | A value returned by the GetPageImageList function |