//------------------------------------------------------------------------------ /// <copyright from='1997' to='2001' company='Microsoft Corporation'> /// 版权所有 (c) Microsoft Corporation。保留所有权利。 /// /// 此源代码仅作为 Microsoft 开发工具和/或联机文档 /// 的补充。有关 Microsoft 代码示例的详细信息,请 /// 参阅这些其他资料。 /// /// </copyright> //------------------------------------------------------------------------------ namespace Microsoft.Samples.WinForms.Cs.PrintingExample4 { using System; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; using System.Drawing.Printing; using System.IO;