用IWebbrowser2提供的缩放功能,只能对整个页面进行缩放(即使取到了IFrame的IWebBrowser接口,已经实现了只打印此IFrame),而且在IE6下,只能缩放字体。
像各种浏览器,都实现了页面缩放,不知道实现的思路是怎样的。帮忙看看吧

解决方案 »

  1.   

    拿到了IFrame的IWebBrowser2,对该IFrame的IWebBrowser2执行缩放也不行?
      

  2.   

    至于 IE6只能缩放文字,而IE7以上能支持整体缩放的原因:OLECMDID_ZOOM – This corresponds to the View menu's Text Size command. Only the text is scaled by using this command. Sites that have fixed text size are not changed in anyway. This command is used for primarily three purposes: querying the current zoom value, displaying the zoom dialog box, and setting a zoom value.OLECMDID_OPTICAL_ZOOM – Internet Explorer 7 and later. Sets the zoom factor of the browser. Takes a VT_I4 parameter in the range of 10 to 1000 (percent).