GetImageListItemFormatDesc
Image handling
Description
Returns a string containing the format details of the specified image in the image list.
Syntax
Delphi
function TPDFlib.GetImageListItemFormatDesc(ImageListID, ImageIndex, Options: Integer): WideString;ActiveX
Function PDFlib::GetImageListItemFormatDesc(ImageListID As Long, ImageIndex As Long, Options As Long) As StringDLL
wchar_t * DLGetImageListItemFormatDesc(int InstanceID, int ImageListID, int ImageIndex, int Options);Parameters
| ImageListID | A value returned by the GetPageImageList function The index of the image in the list. The first image has an index of 1. |
|---|---|
| ImageIndex | |
| Options | 0 = Key/value pair 1 = Textual description |