ExtractStream |
Scroll |
Extracts a stream from the compound file and writes it to the hard disk.
Namespace: Therefore.API
Visual Basic Public Overridable Function ExtractStream ( _ nStreamNo As Integer, _ strDir As String _ ) C# public virtual void ExtractStream ( int nStreamNo, ref string strDir )
Parameters nStreamNo The 0-based index of the stream.
[in,out] strDir The destination directory. If an empty string is specified, the file is stored in the system-temp directory.
Return Value Path and filename of the new file. |
|