GetImageListItemDataToString

Image handling

Description

Returns the image data of the specified image list item as a string of 8-bit bytes.

Syntax

Delphi

function TPDFlib.GetImageListItemDataToString(ImageListID, ImageIndex, Options: Integer): AnsiString;

ActiveX

Function PDFlib::GetImageListItemDataToString(ImageListID As Long, ImageIndex As Long, Options As Long) As String

DLL

char * DLGetImageListItemDataToString(int InstanceID, int ImageListID, int ImageIndex, int Options);

Parameters

ImageListIDA value returned by the GetPageImageList function
ImageIndexThe index of the image in the list. The first image has an index of 1.
OptionsReserved for future use. Should be set to 0.