DocDataTextReader Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of DocDataTextReader.
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