ReleaseImageList

Image handling, Page properties

Description

Releases the specified image list including all the image data extracted from the images in the list.

Releasing the image list does not affect the original images.

Syntax

Delphi

function TPDFlib.ReleaseImageList(ImageListID: Integer): Integer;

ActiveX

Function PDFlib::ReleaseImageList(ImageListID As Long) As Long

DLL

int DLReleaseImageList(int InstanceID, int ImageListID);

Parameters

ImageListIDA value returned by the GetPageImageList function

Return values

0The image list could not be released. The ImageListID parameter could be invalid or the ImageListID doesn't reference an image list from the selected document.
1The image list was released successfully.