Options.ConvertHighAnsiToFarEast Property
True if Microsoft Word converts text that is associated with an East Asian font to the appropriate font when it opens a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ConvertHighAnsiToFarEast As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.ConvertHighAnsiToFarEast
instance.ConvertHighAnsiToFarEast = value
bool ConvertHighAnsiToFarEast { get; set; }
Property Value
Type: System.Boolean