DAEmbedFileStreams
מניפולציה של מסמכים, פונקציונליות גישה ישירה
תיאור
ממיר כל אובייקט stream שהנתונים שלו מאוחסנים בקובץ חיצוני לאובייקט stream מוטמע רגיל
תחביר
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 | handle שהוחזר על ידי הפונקציות DAOpenFile, DAOpenFileReadOnly או DAOpenFromStream |
|---|---|
| RootPath | התיקייה לשימוש כשורש עבור נתיבים יחסיים |