GetEmbeddedFileStrProperty
Document properties
Description
Retrieves a string property of the specified embedded file.
Use the SetEmbeddedFileStrProperty function to change the values.
Syntax
Delphi
function TPDFlib.GetEmbeddedFileStrProperty(Index, Tag: Integer): WideString;ActiveX
Function PDFlib::GetEmbeddedFileStrProperty(Index As Long, Tag As Long) As StringDLL
wchar_t * DLGetEmbeddedFileStrProperty(int InstanceID, int Index, int Tag);Parameters
| Index | The index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount. |
|---|---|
| Tag | 1 = File name 2 = MIME type 3 = Creation date 4 = Modification date 5 = Title 7 = |