GetEmbeddedFileContentToString
Document properties
Description
Extracts the specified embedded file and returns the content as a string.
Syntax
Delphi
function TPDFlib.GetEmbeddedFileContentToString(Index: Integer): AnsiString;ActiveX
Function PDFlib::GetEmbeddedFileContentToString(Index As Long) As StringDLL
char * DLGetEmbeddedFileContentToString(int InstanceID, int Index);Parameters
| Index | The index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount. |
|---|