GetAnnotEmbeddedFileToFile
注释和热点链接
说明
本页介绍 PDFlibPas 中属于“注释和热点链接”主题的 GetAnnotEmbeddedFileToFile。API 名称、参数、类名、文件名和字面量保持原样,以便和 Delphi 库及 DLL 入口点完全对应。
调用函数前请查看语法、参数和返回值。代码块保留原始形式,便于示例直接复制使用。
语法
Delphi
Function TPDFlib.GetAnnotEmbeddedFileToFile(Index, Options: Integer; Const FileName: WideString): Integer;
ActiveX
Function PDFlib::GetAnnotEmbeddedFileToFile(Index As Long, Options As Long, FileName As String) As Long
DLL
int DLGetAnnotEmbeddedFileToFile(int InstanceID, int Index, int Options, const wchar_t * FileName);
参数
| Index | Index 是 GetAnnotEmbeddedFileToFile 的参数。请使用签名中显示的类型,并提供与当前 PDF 文档、所选页面或活动资源一致的值。 |
|---|---|
| Options | Options 是用于调整调用行为的位掩码或数值选项。 |
| FileName | FileName 表示文件路径或文件名。请为当前流程使用有效路径,并保留 API 期望的编码。 |