Click or drag to resize

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
[ObsoleteAttribute("UseNewEngine is Obsolete. use the Document constructor.")]
public bool UseNewEngine { get; }

Property Value

Type: Boolean
See Also