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 Long

DLL

int DLDAGetImageListCount(int InstanceID, int FileHandle, int ImageListID);

Parameters

FileHandleA handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions
ImageListIDA value returned by the DAGetPageImageList function