GetEmbeddedFileContentToString
Version history
This function was introduced in Quick PDF Library version 7.13.
Description
Extracts the specified embedded file and returns the content as a string.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetEmbeddedFileContentToString(
Index: Integer): AnsiString;
ActiveX
This function is not available in the ActiveX edition
DLL
char * DPLGetEmbeddedFileContentToString(int InstanceID, int Index)
Parameters
Index | The index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount. |