Options.AlwaysUseClearType Property
Returns or sets a Boolean that represents whether to use ClearType to display fonts in menu, ribbon, and dialog box text. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AlwaysUseClearType As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AlwaysUseClearType
instance.AlwaysUseClearType = value
bool AlwaysUseClearType { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
Even if the Microsoft Windows setting for ClearType is turned off, setting this property to True overrides the Windows setting and uses ClearType in all Microsoft Office applications. This property corresponds to the Always use ClearType check box in the Advanced tab of the Word Options dialog box.