ReleaseImageList
Image handling, Page properties
Version history
This function was introduced in Quick PDF Library version 8.15.
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 TDebenuPDFLibrary1811.ReleaseImageList(ImageListID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::ReleaseImageList(
ImageListID As Long) As Long
DLL
int DPLReleaseImageList(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. |
