| 
Document Constructor (Stream)
  | 
 Initializes a new instance of the Document class from the stream.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Document(
	Stream stream
)
 
Public Sub New ( 
	stream As Stream
)
 
public:
Document(
	Stream^ stream
)
 
new : 
stream : Stream -> Document
 
 
 
Parameters
 
- 
stream
 
- 
 Type:
 
System.IO
Stream
 
 The stream.
 
 See Also
See Also