ReleaseImageList

Image handling, Page properties

Descrição

Libera a lista de imagens especificada, incluindo todos os dados de imagem extraídos das imagens da lista

Liberar a lista de imagens não afeta as imagens originais

Sintaxe

Delphi

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

ActiveX

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

DLL

int DLReleaseImageList(int InstanceID, int ImageListID);

Parâmetros

ImageListIDUm valor retornado pela função GetPageImageList

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.