DAGetImageListCount
Обработка на изображения, Функционалност за директен достъп
Описание
Връща броя на изображенията в списък с изображения
Синтаксис
Delphi
Function TPDFlib.DAGetImageListCount(FileHandle, ImageListID: Integer): Integer;
ActiveX
Function PDFlib::DAGetImageListCount(FileHandle As Long, ImageListID As Long) As Long
DLL
int DLDAGetImageListCount(int InstanceID, int FileHandle, int ImageListID);
Параметри
| FileHandle | Дръжка, върната от функциите DAOpenFile, DAOpenFileReadOnly или DAOpenFromStream |
|---|---|
| ImageListID | Стойност, върната от функцията DAGetPageImageList |