DocumentTable Constructor (Stream, Int32, DocumentTableOptions) |
Creates a new instance of this class.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic DocumentTable(
Stream documentStream,
int indexInDocument,
DocumentTableOptions options
)
Public Sub New (
documentStream As Stream,
indexInDocument As Integer,
options As DocumentTableOptions
)
public:
DocumentTable(
Stream^ documentStream,
int indexInDocument,
DocumentTableOptions^ options
)
new :
documentStream : Stream *
indexInDocument : int *
options : DocumentTableOptions -> 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. - options
- Type: GroupDocs.Assembly.DataDocumentTableOptions
A set of options controlling extraction of data from the table. If null, default options are applied.
See Also