GetImageListItemFormatDesc
Version history
This function was introduced in Quick PDF Library version 11.14.
Description
Returns a string containing the format details of the specified image in the image list.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetImageListItemFormatDesc(ImageListID, ImageIndex,
Options: Integer): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetImageListItemFormatDesc(
ImageListID As Long, ImageIndex As Long, Options As Long) As String
DLL
wchar_t * DPLGetImageListItemFormatDesc(int InstanceID, int ImageListID,
int ImageIndex, int Options)
Parameters
ImageListID | A value returned by the GetPageImageList function |
ImageIndex | The index of the image in the list. The first image has an index of 1. |
Options |
0 = Key/value pair 1 = Textual description |