DAGetImageListCount
Image handling, Direct access functionality
Description
Returns the number of images in an image list.
Syntax
Delphi
function TDebenuPDFLibrary1811.DAGetImageListCount(FileHandle,
ImageListID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DAGetImageListCount(FileHandle As Long,
ImageListID As Long) As Long
DLL
int DPLDAGetImageListCount(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 |
