Click or drag to resize

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
)

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