Skip to main content

Microsoft Silverlight

Answered Question How to create deep zoom viewer in silverlight applicationRSS Feed

(0)

rajagile
rajagile

Member

Member

6 points

22 Posts

How to create deep zoom viewer in silverlight application

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
texmex5

Contributor

Contributor

2239 points

382 Posts

Answered Question

Re: How to create deep zoom viewer in silverlight application

 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 Tang - MSFT
Min-Hong...

Contributor

Contributor

3464 points

382 Posts

Answered Question

Re: How to create deep zoom viewer in silverlight application

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

Min-Hong Tang
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities