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 LongDLL
int DLGetImageListCount(int InstanceID, int ImageListID);Parameters
| ImageListID | A value returned by the GetPageImageList function |
|---|