GetImageID
Version history
This function was renamed in Quick PDF Library version 7.11.
The function name in earlier versions was ImageID.
Description
Returns the ID of the specified image.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetImageID(Index: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetImageID(Index As Long) As Long
DLL
int DPLGetImageID(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 |
