基本信息
源码名称:C#图形文字打印预览的实例
源码大小:0.14M
文件格式:.zip
开发语言:C#
更新时间:2022-01-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

C#图形文字打印预览的实例

打印预览服务添加到你的应用程序有一个简单的方法,就是将 PrintPreviewDialog 控件与用于打印文件的 PrintPage 事件处理逻辑结合使用。


.
├── Ky_PrintPreviewApp
│   ├── C#窗体打印的实例文档.docx
│   ├── Ky_PrintPreviewApp
│   │   ├── App.config
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Ky_PrintPreviewApp.csproj
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── Ky_PrintPreviewApp.exe
│   │   │       ├── Ky_PrintPreviewApp.exe.config
│   │   │       ├── Ky_PrintPreviewApp.pdb
│   │   │       └── testPage.txt
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Ky_PrintPreviewApp.Form1.resources
│   │           ├── Ky_PrintPreviewApp.Properties.Resources.resources
│   │           ├── Ky_PrintPreviewApp.csproj.CoreCompileInputs.cache
│   │           ├── Ky_PrintPreviewApp.csproj.FileListAbsolute.txt
│   │           ├── Ky_PrintPreviewApp.csproj.GenerateResource.cache
│   │           ├── Ky_PrintPreviewApp.csprojAssemblyReference.cache
│   │           ├── Ky_PrintPreviewApp.exe
│   │           ├── Ky_PrintPreviewApp.pdb
│   │           └── TempPE
│   └── Ky_PrintPreviewApp.sln
└── 好例子网_Ky_PrintPreviewApp.zip

8 directories, 28 files