DAEmbedFileStreams
Documentbewerking, Direct access-functionaliteit
Beschrijving
Converteert elk streamobject waarvan de data in een extern bestand staat naar een gewoon ingesloten streamobject
Syntaxis
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);
Syntaxis
| FileHandle | Een handle geretourneerd door de functies DAOpenFile, DAOpenFileReadOnly of DAOpenFromStream |
|---|---|
| RootPath | De map die als root voor relatieve paden wordt gebruikt |