Silverlight pdf view

项目地址:
http://documenttoolkit.codeplex.com/



例子:

http://firstfloorsoftware.com/liveapps/DocumentToolkit2/


How To Install Document Toolkit Using NuGet

The Document Toolkit binaries are distributed using  NuGet. NuGet makes it super easy to manage references to Document Toolkit binaries. The following step-by-step tutorial explains how to use NuGet to add and update project references to the Document Toolkit binaries.

1) Make sure you have NuGet installed. Instructions and download at  http://nuget.org.

2) If you haven't done so already,add the First Floor Software package source.
2.1) Launch Visual Studio 2010 and go to Tools > Library Package Manager > Package Manager Settings
2.2) Add a new package source. Name:  First Floor Software packages,source: http://firstfloorsoftware.com/nuget
2.3) Select Ok to close the Options dialog.

PackageSource.png

3) Create a new Silverlight 5 (or 4) project

4) Right-click the project references and select  Add Library Package Reference...

5) Select the First Floor Software packages source and install/update/remove the package references you need.

ManagePackages.png

相关文章

如何在Silverlight4(XAML)中绑定IsEnabled属性?我试过简单的...
我正在编写我的第一个vb.net应用程序(但我也会在这里标记c#,...
ProcessFile()是在UIThread上运行还是在单独的线程上运行.如...
我从同行那里听说,对sharepoint的了解对职业生涯有益.我们不...
我正在尝试保存一个类我的类对象的集合.我收到一个错误说明:...
我需要根据Silverlight中的某些配置值设置给定控件的Style.我...