private VIEWPREFERENCES5 GetViewPreferences()
 {
     VIEWPREFERENCES5[] viewPrefs = new VIEWPREFERENCES5[] { new VIEWPREFERENCES5() };
     Marshal.ThrowExceptionForHR(TextManager.GetUserPreferences6(viewPrefs, null, null));
     return(viewPrefs[0]);
 }