ExtractStreamsEx |
Scroll |
Extracts streams from the compound file, converts them into the desired format and writes them to the hard disk.
Namespace: Therefore.API
Visual Basic Public Overridable Function ExtractStreamsEx ( _ pStreamNos As TheIntArray, _ strDir As String, _ pConvOptions As TheConversionOptions _ ) C# public virtual void ExtractStreamsEx ( TheIntArray pStreamNos, ref string strDir, TheConversionOptions pConvOptions )
Parameters pStreamNos The 0-based indexes of the streams.
[in,out] strDir The destination directory. If an empty string is specified, the file is stored in the system-temp directory.
pConvOptions A TheConversionOptions object containing the options for converting the file.
Return Value Returns the full paths of all extracted files (the extracted file is split when the maximum page count—set in the registry—is exceeded). |
|
|