基本信息
源码名称:C#版PDF阅读器
源码大小:3.64M
文件格式:.rar
开发语言:C#
更新时间:2023-12-26
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C# PDF阅读器,使用流畅,速度很快,GDI 的方式绘制。

.
├── App.config
├── PDF
│   ├── GDI.cs
│   ├── PDFViewerControl.Designer.cs
│   ├── PDFViewerControl.cs
│   ├── PDFViewerControl.resx
│   ├── PDFViewerForm.Designer.cs
│   ├── PDFViewerForm.cs
│   ├── PDFViewerForm.resx
│   └── UserActivityMonitor
│       ├── GlobalEventProvider.cs
│       ├── HookManager.Callbacks.cs
│       ├── HookManager.Structures.cs
│       ├── HookManager.Windows.cs
│       ├── HookManager.cs
│       └── MouseEventExtArgs.cs
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── ReportDemo.Designer.cs
├── ReportDemo.cs
├── ReportDemo.resx
├── Resources
│   ├── FeedbackTool_109_12_16x16x32.png
│   ├── PrintBrmUi_102_6_16x16x32.png
│   ├── RefreshDocView.bmp
│   ├── Save.bmp
│   ├── SearchFolder_323_3_16x16x32.png
│   ├── ZoomIn.png
│   ├── button_ok.png
│   ├── cancel_16.png
│   ├── dmdskres_373_9_16x16x32.png
│   ├── files_export.png
│   ├── match_width_16_hot.png
│   ├── netshell_1607_9_16x16x32.png
│   ├── netshell_1611_1_16x16x32.png
│   ├── netshell_21611_1_16x16x32.png
│   ├── psr_206_4_16x16x32.png
│   ├── tshadowdown.png
│   ├── tshadowdownleft.png
│   ├── tshadowdownright.png
│   ├── tshadowright.png
│   └── tshadowtopright.png
├── WindowsFormsDemo.csproj
├── WindowsFormsDemo.csproj.user
├── WindowsFormsDemo.sln
├── WindowsFormsDemo.suo
├── bin
│   ├── Debug
│   │   ├── HookAPI.dll
│   │   ├── Interop.EARTHLib.dll
│   │   ├── PDFLibNet.dll
│   │   ├── WindowsFormsDemo.exe
│   │   ├── WindowsFormsDemo.exe.config
│   │   ├── WindowsFormsDemo.pdb
│   │   ├── WindowsFormsDemo.vshost.exe
│   │   ├── WindowsFormsDemo.vshost.exe.config
│   │   ├── itextsharp.dll
│   │   └── itextsharp.xml
│   └── Release
├── obj
│   └── x86
│       └── Debug
│           ├── DesignTimeResolveAssemblyReferences.cache
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── GenerateResource.read.1.tlog
│           ├── GenerateResource.write.1.tlog
│           ├── Interop.Acrobat.dll
│           ├── Interop.EARTHLib.dll
│           ├── Interop.WMPLib.dll
│           ├── ResolveAssemblyReference.cache
│           ├── TempPE
│           │   └── Properties.Resources.Designer.cs.dll
│           ├── WindowsFormsDemo.PDF.PDFViewerControl.resources
│           ├── WindowsFormsDemo.PDF.PDFViewerForm.resources
│           ├── WindowsFormsDemo.Properties.Resources.resources
│           ├── WindowsFormsDemo.csproj.FileListAbsolute.txt
│           ├── WindowsFormsDemo.csproj.GenerateResource.Cache
│           ├── WindowsFormsDemo.csproj.ResolveComReference.cache
│           ├── WindowsFormsDemo.csprojResolveAssemblyReference.cache
│           ├── WindowsFormsDemo.exe
│           └── WindowsFormsDemo.pdb
└── 好例子网C#_pdf阅读器.rar

11 directories, 76 files