DocDataTextReader Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of DocDataTextReader.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DocDataTextReader(DocData) | Initializes a new instance of DocDataTextReader for the given doc data. | |
DocDataTextReader(DocData, Boolean) | Initializes a new instance of DocDataTextReader for the specified doc data object and determines whether Dispose will be called on the docData when the DocDataTextReader is disposed. |
Top