Click or drag to resize

CompatibilityOptionsUICompat97To2003 Property

True to disable UI functionality which is not compatible with Word97-2003. Default value is false.

Namespace:  Aspose.Words.Settings
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public bool UICompat97To2003 { get; set; }

Property Value

Type: Boolean
Remarks
Controls the Word97-2003 compatibility setting that disables UI functionality which is not compatible with Word97-2003. When true, 'w:uiCompat97To2003' XML element is written to '\word\settings.xml' document package part. Default value is false. When set to false, this element is not written. Technically this property is not part of compatibility options, but we have put it here for API convenience.
See Also