[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.ILoadableFromFileAndStream.LoadFromStream

LoadFromStream Method

LoadFromStream(Stream)

Loads the object from a specified stream.

Declaration
void LoadFromStream(Stream s)
Parameters
Type Name Description
Stream s

instance of the Stream.

LoadFromStream(Stream, Uri)

Loads the object from a specified stream, using a base URI for resolving relative URIs.

Declaration
void LoadFromStream(Stream s, Uri baseUri)
Parameters
Type Name Description
Stream s

instance of the Stream.

Uri baseUri

The base URI for resolving relative URIs.