GetImageID
Image handling
Description
Returns the ID of the specified image.
Syntax
Delphi
function TPDFlib.GetImageID(Index: Integer): Integer;ActiveX
Function PDFlib::GetImageID(Index As Long) As LongDLL
int DLGetImageID(int InstanceID, int Index);Parameters
| Index | The index of the image. The first image has an index of 1. |
|---|
Return values
| 0 | The index is out of bounds |
|---|---|
| Non-zero | The ID of the specified image |