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 TQuickPDF0813.GetImageID(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetImageID(Index As Long) As Long
DLL
int QuickPDFGetImageID(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 |