DAGetImageListCount
Image handling, Direct access functionality
Description
Returns the number of images in an image list.
Syntax
Delphi
function TPDFlib.DAGetImageListCount(FileHandle, ImageListID: Integer): Integer;ActiveX
Function PDFlib::DAGetImageListCount(FileHandle As Long, ImageListID As Long) As LongDLL
int DLDAGetImageListCount(int InstanceID, int FileHandle, int ImageListID);Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
|---|---|
| ImageListID | A value returned by the DAGetPageImageList function |