Document Constructor (Stream, Boolean)
|
Initializes a new instance of the Document class using the specified stream and engine settings.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Document(
Stream stream,
bool useNewEngine
)
Public Sub New (
stream As Stream,
useNewEngine As Boolean
)
public:
Document(
Stream^ stream,
bool useNewEngine
)
new :
stream : Stream *
useNewEngine : bool -> Document
Parameters
-
stream
-
Type:
System.IO
Stream
The stream to use for reading the document.
-
useNewEngine
-
Type:
System
Boolean
A boolean indicating whether to use the new engine.
See Also