我在 c# 中使用 webbrowser 控件来打印 html 文件。当我使用当前的导航器(Firefox 或 chrome)打开 html 文件时,我的页面“很棒”,我必须完全按照我看到的方式打印它。但是当我在 c# 中使用 webbrowser 控件时,就像 webbrowser 添加了“margin-left”属性,并且我的文档没有居中http://imgur.com/q7ovEA1我也想删除这个“page 1 of 1” "和标题。我知道 c# 中的 webbrowser 控件使用 Internet Explorer,这就是我在我的 html 文件中添加它的原因:
http-equiv="X-UA-Compatible" content="IE=edge
但这并不能解决问题。