GetEmbeddedFileID
Version history
This function was introduced in Quick PDF Library version 7.25.
Description
Returns the ID of the specified embedded file. This ID can be used with the AddLinkToEmbeddedFile function.
Syntax
Delphi
function TQuickPDF0815.GetEmbeddedFileID(Index: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::GetEmbeddedFileID(Index As Long) As Long
DLL
int QuickPDFGetEmbeddedFileID(int InstanceID, int Index)
Parameters
| Index | The index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount. |
Return values
| 0 | The specified index was invalid |
| Non-zero | An EmbeddedFileID value |