DAEmbedFileStreams
Manipulace s dokumentem, funkce Direct Access
Popis
Převede každý stream objekt, jehož data leží v externím souboru, na běžný vložený stream objekt
Syntaxe
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);
Parametry
| FileHandle | Handle vrácený funkcemi DAOpenFile, DAOpenFileReadOnly nebo DAOpenFromStream |
|---|---|
| RootPath | Adresář, který má sloužit jako kořen relativních cest |