基本信息
源码名称:PDFView PDF文件处理
源码大小:5.61M
文件格式:.zip
开发语言:C#
更新时间:2020-09-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
使用pdfview加载PDF文件等,PDF阅读控件示例(VeryPDF PDFView OCX)

PDFView

├── PDFView
│   ├── C#
│   │   ├── WindowsFormsApplication
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── WindowsFormsApplication.csproj
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AxInterop.PDFVIEWLib.dll
│   │   │   │   │   ├── Interop.PDFVIEWLib.dll
│   │   │   │   │   ├── WindowsFormsApplication.exe
│   │   │   │   │   ├── WindowsFormsApplication.pdb
│   │   │   │   │   ├── WindowsFormsApplication.vshost.exe
│   │   │   │   │   └── WindowsFormsApplication.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── AxInterop.PDFVIEWLib.dll
│   │   │       │   ├── Interop.PDFVIEWLib.dll
│   │   │       │   ├── TempPE
│   │   │       │   ├── WindowsFormsApplication.Form1.resources
│   │   │       │   ├── WindowsFormsApplication.Properties.Resources.resources
│   │   │       │   ├── WindowsFormsApplication.csproj.FileListAbsolute.txt
│   │   │       │   ├── WindowsFormsApplication.csproj.GenerateResource.Cache
│   │   │       │   ├── WindowsFormsApplication.csproj.ResolveComReference.cache
│   │   │       │   ├── WindowsFormsApplication.exe
│   │   │       │   ├── WindowsFormsApplication.pdb
│   │   │       │   └── WindowsFormsApplication2.csproj.ResolveComReference.cache
│   │   │       └── Release
│   │   │           ├── AxInterop.PDFVIEWLib.dll
│   │   │           ├── Interop.PDFVIEWLib.dll
│   │   │           ├── TempPE
│   │   │           └── WindowsFormsApplication.csproj.ResolveComReference.cache
│   │   ├── WindowsFormsApplication.sln
│   │   └── WindowsFormsApplication.suo
│   ├── CPP
│   │   ├── ReadMe.txt
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── cdxCSizingDialog.cpp
│   │   ├── cdxCSizingDialog.h
│   │   ├── pdfview.cpp
│   │   ├── pdfview.h
│   │   ├── pdfviewer.clw
│   │   ├── pdfviewer.cpp
│   │   ├── pdfviewer.dsp
│   │   ├── pdfviewer.dsw
│   │   ├── pdfviewer.h
│   │   ├── pdfviewer.plg
│   │   ├── pdfviewer.rc
│   │   ├── pdfviewerDlg.cpp
│   │   ├── pdfviewerDlg.h
│   │   ├── res
│   │   │   ├── pdfviewer.ico
│   │   │   └── pdfviewer.rc2
│   │   └── resource.h
│   ├── HTML
│   │   ├── PDFViewOCX.html
│   │   └── checkinstalled.html
│   ├── Readme.txt
│   ├── VB
│   │   ├── MSSCCPRJ.SCC
│   │   ├── pdfviewer.frm
│   │   ├── pdfviewer.vbp
│   │   └── pdfviewer.vbw
│   ├── install.bat
│   ├── pdfview.ocx
│   ├── vs2008
│   │   ├── Debug
│   │   ├── SampleDlg
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── Debug
│   │   │   │   └── BuildLog.htm
│   │   │   ├── ReadMe.txt
│   │   │   ├── SampleDlg.aps
│   │   │   ├── SampleDlg.cpp
│   │   │   ├── SampleDlg.dsp
│   │   │   ├── SampleDlg.h
│   │   │   ├── SampleDlg.rc
│   │   │   ├── SampleDlg.vcproj
│   │   │   ├── SampleDlg.vcproj.JACKDS-A7B7041D.jackds.user
│   │   │   ├── SampleDlg.vcproj.LENOVO-F372D031.admin.user
│   │   │   ├── SampleDlg.vcproj.MXF.Administrator.user
│   │   │   ├── SampleDlgDlg.cpp
│   │   │   ├── SampleDlgDlg.h
│   │   │   ├── pdfviewctrl1.cpp
│   │   │   ├── pdfviewctrl1.h
│   │   │   ├── res
│   │   │   │   ├── SampleDlg.ico
│   │   │   │   └── SampleDlg.rc2
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── targetver.h
│   │   ├── SampleDlg.sln
│   │   └── SampleDlg.suo
│   └── 使用说明.txt
├── Readme-说明.htm
└── pdfview.exe

21 directories, 86 files