OpenIStream

ComHelper.OpenIStream method

Allows a COM application to load a Document from an IStream object.

public Document OpenIStream(IStream stream)
ParameterTypeDescription
streamIStreamA .NET IStream object that contains the document to load.

Return Value

A Document object that represents a Word document.

See Also