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;ActiveX
Function PDFlib::GetAnnotEmbeddedFileToString(Index As Long, Options As Long) As StringDLL
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 |