GetImageListItemFormatDesc
Image handling
Description
傳回字串,描述影像清單中指定影像的格式細節
語法
Delphi
Function TPDFlib.GetImageListItemFormatDesc(ImageListID, ImageIndex, Options: Integer): WideString;
ActiveX
Function PDFlib::GetImageListItemFormatDesc(ImageListID As Long, ImageIndex As Long, Options As Long) As String
DLL
const wchar_t * DLGetImageListItemFormatDesc(int InstanceID, int ImageListID, int ImageIndex, int Options);
參數
| ImageListID | 由 GetPageImageList 函式傳回的值 影像在清單中的索引。第一張影像的索引為 1。 |
|---|---|
| ImageIndex | |
| Options | 0 = 鍵/值配對 1 = 文字描述 |