GetStreamInfo.1 |
Scroll |
Gets information on a stream of the Thereforeā¢ compound file.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetStreamInfo ( _ nStreamNo As Integer, _ strStreamName As String, _ nFormNo As Integer, _ nAnnotationPage As Integer ) C# public virtual int GetStreamInfo ( int nStreamNo, out string strStreamName, out int nFormNo, out int nAnnotationPage )
Parameters nStreamNo The 0-based index of the stream.
[out] strStreamName The stream name. By default, this is the original filename.
[out] nFormNo 0 or the COLD form number, if a COLD is associated with this stream.
[out] nAnnotationPage -1 or the 0-based index of the page of a COLD stream, if this tiff file contains annotations for a COLD-Document page.
Return Value None. |
|