AddStreamsToThexFile |
Scroll |
Adds one or more files to the compound file. The files are converted into the desired format and copied into one or more streams of the compound file.
Namespace: Therefore.API
Visual Basic Public Overridable Function AddStreamsToThexFile ( _ pList As TheStringList, _ strStreamName As String, _ pConvOptions As TheConversionOptions _ ) As Integer C# public virtual int AddStreamsToThexFile ( TheStringList pList, string strStreamName, TheConversionOptions pConvOptions )
Parameters pList The full paths of all the files to add to the Therefore™ compound file (the file is split when the maximum page count—set in the registry—is exceeded).
strStreamName The name of the new stream. If an empty string is specified the strFileName will be used (incl. the extension, excl. the path).
pConvOptions A TheConversionOptions object containing the options for converting the file.
Return Value The current StreamNo. |
|