AddStreamsEx.1 |
Scroll |
Adds one or more files to the document. The files are converted into the desired format and copied into the compound file.
Namespace: Therefore.API
Visual Basic Public Overridable Function AddStreamsEx ( _ pList As TheStringList, _ strStreamName As String, _ pConvOptions As TheConversionOptions _ ) As Integer C# public virtual int AddStreamsEx ( TheStringList pList, string strStreamName, TheConversionOptions pConvOptions )
Parameters pList The full paths of all the files to add to the Therefore™ document 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. |
|