ReleaseImageList
图像处理、页面属性
描述
释放指定图像列表,包括从列表图像中提取的所有图像数据
释放图像列表不会影响原始图像
语法
Delphi
Function TPDFlib.ReleaseImageList(ImageListID: Integer): Integer;
ActiveX
Function PDFlib::ReleaseImageList(ImageListID As Long) As Long
DLL
int DLReleaseImageList(int InstanceID, int ImageListID);
参数
| ImageListID | 由 GetPageImageList 函数返回的值 |
|---|
返回值
| 0 | 无法释放图像列表 ImageListID 参数可能无效,或 ImageListID 不't 引用所选文档中的图像列表 |
|---|---|
| 1 | 图像列表已成功释放 |