ImageGear .NET v24.12 - Updated
FromJsonStream Method (TextDocument)




ImageGear24.Web.Services Assembly > ImageGear.Web.TextSearch Namespace > TextDocument Class : FromJsonStream Method
The stream from which to deserialize the TextDocument
Returns a TextDocument deserialized from a JSON stream
Syntax
'Declaration
 
Public Shared Function FromJsonStream( _
   ByVal stream As Stream _
) As TextDocument
'Usage
 
Dim stream As Stream
Dim value As TextDocument
 
value = TextDocument.FromJsonStream(stream)
public static TextDocument FromJsonStream( 
   Stream stream
)
public: static TextDocument* FromJsonStream( 
   Stream* stream
) 
public:
static TextDocument^ FromJsonStream( 
   Stream^ stream
) 

Parameters

stream
The stream from which to deserialize the TextDocument

Return Value

The deserialized TextDocument or null if deserialization failed
See Also

Reference

TextDocument Class
TextDocument Members