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 String

DLL

char * DLGetEmbeddedFileContentToString(int InstanceID, int Index);

Parameters

IndexThe index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount.