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 TDebenuPDFLibrary1811.GetEmbeddedFileID(Index: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetEmbeddedFileID(Index As Long) As Long
DLL
int DPLGetEmbeddedFileID(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 |