IDocumentConnector.ReadText(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read all text from the document.
public string ReadText(System.IO.Stream stream);
abstract member ReadText : System.IO.Stream -> string
Public Function ReadText (stream As Stream) As String
Parameters
- stream
- Stream
Document stream
Returns
String containing all text from the document.