DAEmbedFileStreams
Document manipulation, Direct access functionality
Description
Converts any stream object where the data is stored in an external file into a regular embedded stream object.
Syntax
Delphi
function TPDFlib.DAEmbedFileStreams(FileHandle: Integer; Const RootPath: WideString): Integer;ActiveX
Function PDFlib::DAEmbedFileStreams(FileHandle As Long, RootPath As String) As LongDLL
int DLDAEmbedFileStreams(int InstanceID, int FileHandle, wchar_t * RootPath);Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
|---|---|
| RootPath | The directory to use as the root for relative paths. |