DAEmbedFileStreams
文档操作、直接访问功能
描述
将数据存储在外部文件中的任何流对象转换为常规嵌入流对象
语法
Delphi
Function TPDFlib.DAEmbedFileStreams(FileHandle: Integer; Const RootPath: WideString): Integer;
ActiveX
Function PDFlib::DAEmbedFileStreams(FileHandle As Long, RootPath As String) As Long
DLL
int DLDAEmbedFileStreams(int InstanceID, int FileHandle, const wchar_t * RootPath);
参数
| FileHandle | 由 DAOpenFile、DAOpenFileReadOnly 或 DAOpenFromStream 函数返回的句柄 |
|---|---|
| RootPath | 作为相对路径根目录使用的目录 |