Welcome Guest Search | Active Topics | Members

Another Viewer Question! Options
Chris Herrington
Posted: Wednesday, September 07, 2005 3:20:11 PM
Rank: Advanced Member
Groups: Member

Joined: 9/6/2005
Posts: 51
Points: 6
I need to know is there is a way to zoom in and zoom out with using the built in control. What I need to be able to do is set a button to zoom in and a button to zoom out. When that button is clicked it automatically zooms in a certain amount and visa versa. Is this possible? I do not want the user to have to click on a button then click the document to zoom. Then click back on the pointer button.

Thanks in advance

Chris
Fedor
Posted: Wednesday, September 07, 2005 11:35:16 PM

Rank: Advanced Member
Groups: Administration , Member

Joined: 7/28/2003
Posts: 1,254
Points: -345
Location: WA, US
Hello Chris,

Quote:
Chris Herrington (9/7/2005)
I need to know is there is a way to zoom in and zoom out with using the built in control. What I need to be able to do is set a button to zoom in and a button to zoom out. When that button is clicked it automatically zooms in a certain amount and visa versa. Is this possible? I do not want the user to have to click on a button then click the document to zoom. Then click back on the pointer button.


Yes, it is possible. Check the following article:

Enchancing Interactivity with Client-Side Scripting

In short you can use following JavaScript code to zoom in and zoom out 1.5 times:

Code:
var bitmapViewer1=document.getElementById("<%=BitmapViewer1.ClientID%>");    
bitmapViewer1.setZoom(bitmapViewer1.getZoom()*1.5);


Code:
var bitmapViewer1=document.getElementById("<%=BitmapViewer1.ClientID%>");    
bitmapViewer1.setZoom(bitmapViewer1.getZoom()*0.66);


Best regards,
Fedor Skvortsov
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Yet Another Forum.net version 1.9.1.6 running under Cuyahoga.
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.