GetImageListCount
Image handling
Description
Returns the number of images in an image list.
Syntax
Delphi
Function TPDFlib.GetImageListCount(ImageListID: Integer): Integer;
ActiveX
Function PDFlib::GetImageListCount(ImageListID As Long) As Long
DLL
int DLGetImageListCount(int InstanceID, int ImageListID);
Parameters
| ImageListID | A value returned by the GetPageImageList function |
|---|