• 大小: 0.17M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 套打  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Drawing.Printing;
using System.Windows.Forms;

namespace PrintDemo
{
    class Documentbase:PrintDocument
    {
        public DialogResult ShowPrintPreviewDialog()
        {
            PrintPreviewDialog dialog = new PrintPreviewDialog();
            dialog.Document = this;

            return dialog.ShowDialog();
        }

        public DialogResult ShowPageSettingsDialog()
        {
            PageSetupDialog dialog = new PageSetupDialog();
            dialog.Document = this;

            

            return dialog.ShowDialog();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     221266  2008-10-15 11:44  Form1.resx

     文件       1664  2008-10-14 16:12  ImageDocument.cs

     文件       4032  2008-10-14 15:55  PrintDemo.csproj

     文件        490  2008-10-13 18:10  Program.cs

     文件     137149  2008-10-14 15:43  Contacts\Contacts1.jpg

     目录          0  2008-10-14 15:49  Contacts

     文件       1350  2008-10-13 18:10  Properties\AssemblyInfo.cs

     文件       2868  2008-10-13 18:10  Properties\Resources.Designer.cs

     文件       5612  2008-10-13 18:10  Properties\Resources.resx

     文件       1094  2008-10-13 18:10  Properties\Settings.Designer.cs

     文件        249  2008-10-13 18:10  Properties\Settings.settings

     目录          0  2008-10-13 18:10  Properties

     文件        716  2008-10-14 16:11  Documentbase.cs

     文件       8391  2008-10-15 12:05  Form1.cs

     文件       6370  2008-10-15 11:44  Form1.Designer.cs

----------- ---------  ---------- -----  ----

               391251                    15


评论

共有 条评论