DocumentTable Constructor (Stream, Int32) |
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic DocumentTable(
Stream documentStream,
int indexInDocument
)
Public Sub New (
documentStream As Stream,
indexInDocument As Integer
)
public:
DocumentTable(
Stream^ documentStream,
int indexInDocument
)
new :
documentStream : Stream *
indexInDocument : int -> DocumentTable
Parameters
- documentStream
- Type: System.IOStream
The stream containing a document with the table to be accessed. - indexInDocument
- Type: SystemInt32
The zero-based index of the table in the document.
See Also