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 LongDLL
int DLReleaseImageList(int InstanceID, int ImageListID);Parameters
| ImageListID | A value returned by the GetPageImageList function |
|---|
Return values
| 0 | The 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. |
|---|---|
| 1 | The image list was released successfully. |