Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit How to create deep zoom viewer in silverlight application
2 replies. Latest Post by Min-Hong Tang - MSFT on November 11, 2009.
(0)
rajagile
Member
6 points
22 Posts
11-07-2009 12:10 AM |
Hello To All,
I want to create a deep zoom viewer in my application.
I have no idea where to start.
Please provide me sample code or some helpful links for that.
Thanks in Advance.
Rajnikant
texmex5
Contributor
2239 points
382 Posts
11-07-2009 3:09 AM |
First you create a deep zoom image using the Deep Zoom Composer application and export as Silverlight Deep Zoom.
http://www.microsoft.com/downloads/details.aspx?familyid=457b17b7-52bf-4bda-87a3-fa8a4673f8bf&displaylang=en
Then you'll add element <MultiScaleImage to your Silverlight application.
Then you'll copy and paste the folder DeepZoomProjectWeb\ClientBin\GeneratedImages to your SilverlightAppWebSite\ClientBin folder.
Then you'll refresh the SilverlightAppWebSite folder in Blend or VS.
Then you'll select the MultiScaleImage in your Silverlight app and from the properties set the Source to be GeneratedImages/dzs_output.xml. In this step it is important that you chose this value from the combobox, if its not there, then did you refresh the webproject folder?
Now when you run you SL app, the Deep Zoom image should be visible.
Min-Hong...
3509 points
400 Posts
11-11-2009 10:42 PM |
Hi,
This is a fundamental document you should have a look.
http://msdn.microsoft.com/en-us/library/cc645050(VS.95).aspx
This link contains a video tutorial.
http://www.labnol.org/software/tutorial-deep-zoom-composer/4094/
Best Regards