Options.ConvertHighAnsiToFarEast Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Word converts text that is associated with an East Asian font to the appropriate font when it opens a document.
public:
property bool ConvertHighAnsiToFarEast { bool get(); void set(bool value); };
public bool ConvertHighAnsiToFarEast { get; set; }
member this.ConvertHighAnsiToFarEast : bool with get, set
Public Property ConvertHighAnsiToFarEast As Boolean