GetAnnotEmbeddedFileToString
Annotations and hotspot links
Description
Returns the embedded file inside the annotation object as a string.
Syntax
Delphi
Function TPDFlib.GetAnnotEmbeddedFileToString(Index, Options: Integer): AnsiString;
DLL
const char * DLGetAnnotEmbeddedFileToString(int InstanceID, int Index, int Options);
Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. |
|---|---|
| Options | Currently not used. Default = 0 |