System.IO.Stream object storing the document.
Specifies whether the control is in charge of disposing the input stream when it is not needed anymore. Default value is true.

In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / LoadFromStream Method / LoadFromStream(Stream,Boolean) Method

LoadFromStream(Stream,Boolean) Method

In This Topic
Displays document from a Stream object.
Syntax
'Declaration
 
Public Overloads Function LoadFromStream( _
   ByVal Stream As Stream, _
   Optional ByVal OwnStream As Boolean _
) As GdPictureStatus
public GdPictureStatus LoadFromStream( 
   Stream Stream,
   bool OwnStream
)

Parameters

Stream
System.IO.Stream object storing the document.
OwnStream
Specifies whether the control is in charge of disposing the input stream when it is not needed anymore. Default value is true.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
Supported formats are listed here: http://www.gdpicture.com/solutions/Supported-Formats.php.
See Also