OpenIStream
ComHelper.OpenIStream method
Allows a COM application to load a Document
from an IStream object.
public Document OpenIStream(IStream stream)
Parameter | Type | Description |
---|---|---|
stream | IStream | A .NET IStream object that contains the document to load. |
Return Value
A Document
object that represents a Word document.
See Also
- class Document
- class ComHelper
- namespace Aspose.Words
- assembly Aspose.Words