GetAnnotEmbeddedFileName

Annotations and hotspot links

Description

Returns the filename of the embedded attachment that is stored in this annotation object

Syntax

Delphi

function TPDFlib.GetAnnotEmbeddedFileName(Index, Options: Integer): WideString;

ActiveX

Function PDFlib::GetAnnotEmbeddedFileName(Index As Long, Options As Long) As String

DLL

wchar_t * DLGetAnnotEmbeddedFileName(int InstanceID, int Index, int Options);

Parameters

IndexThe index of the annotation. The first annotation on the page has an index of 1. Currently not used. Default = 0
Options