DAReleaseImageList
Image handling, Direct access functionality, 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.DAReleaseImageList(FileHandle,
ImageListID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DAReleaseImageList(FileHandle As Long,
ImageListID As Long) As Long
DLL
int DPLDAReleaseImageList(int InstanceID, int FileHandle, int ImageListID)
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
| ImageListID | A value returned by the DAGetPageImageList function |
Return values
| 0 | The image list could not be released. The ImageListID parameter might be invalid or does not refer to an image list within the specified document. |
| 1 | The image list was released successfully. |
