摘要:
/// <summary> /// 输出到打印机 /// </summary> public void Print() { //不弹出警告框,主要针对“第一节的页边距设于可打印区域之外,是否继续” _wordApp.Options.PrintBackground = false;//主要是加上这一代码,网上很多都没有。导致仍然弹出警告 _wordApp.DisplayAlerts = WdAlertLevel.wdAlertsNone; object missing = System.Reflection.Missing.Value; _wordDoc.PrintOut 阅读全文
posted @ 2012-12-07 09:48
怡馨
阅读(3203)
评论(0)
推荐(0)

浙公网安备 33010602011771号