Chris,
Yes, here are the solutions:
1. Call zoom function in the client side.
var editor1 = document.getElementById('<%=Editor1.ClientID%>');
editor1.ExecCommand("ZOOM",false,75);
2. Call zoom function in the server side.
StringBuilder sb = new StringBuilder();
StringBuilder aSetPosition = new StringBuilder();
sb.Append("<script language='javascript'>");
sb.Append(" var editor1 = document.getElementById('"+Editor1.ClientID+"');");
sb.Append(" editor1.ExecCommand('ZOOM',false,75);");
sb.Append("</script>");
Page.RegisterStartupScript("zoom", sb.ToString());
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx