| 
Document
UseNewEngine Property
  | 
Note: This API is now obsolete.
 
 Gets a value indicating whether the new engine layout is enabled.
The Spire.Doc product conversion feature has enabled the new engine way layout by default.
If you want to switch to the old engine layout, use the Document constructor
with the \"useNewEngine\" parameter and set the parameter \"useNewEngine\" to false.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
[ObsoleteAttribute("UseNewEngine is Obsolete. use the Document constructor.")]
public bool UseNewEngine { get; }
 
<ObsoleteAttribute("UseNewEngine is Obsolete. use the Document constructor.")>
Public ReadOnly Property UseNewEngine As Boolean
	Get
 
public:
[ObsoleteAttribute(L"UseNewEngine is Obsolete. use the Document constructor.")]
property bool UseNewEngine {
	bool get ();
}
 
[<ObsoleteAttribute("UseNewEngine is Obsolete. use the Document constructor.")>]
member UseNewEngine : bool with get
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also