| 
Document Constructor (Boolean)
  | 
 Initializes a new instance of the
 
Document
 
 class.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Document(
	bool useNewEngine
)
 
Public Sub New ( 
	useNewEngine As Boolean
)
 
public:
Document(
	bool useNewEngine
)
 
new : 
useNewEngine : bool -> Document
 
 
 
Parameters
 
- 
useNewEngine
 
- 
 Type:
 
System
Boolean
 
 Use new engine.
 
 See Also
See Also